Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
Update version info
  • Loading branch information
Moon Ki Jung committed Jun 22, 2020
1 parent 28fac5b commit b291868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyc3dserver/pyc3dserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__author__ = 'Moon Ki Jung, https://github.com/mkjung99/pyc3dserver'
__version__ = '0.0.1'
__version__ = '0.0.2'

import os
import pythoncom
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

setuptools.setup(
name="pyc3dserver",
version="0.0.1",
version="0.0.2",
author="Moon Ki Jung",
author_email="m.k.jung@outlook.com",
description="PyC3Dserver: Python interface of C3Dserver software for reading and editing C3D motion capture files.",
description="Python interface of C3Dserver software for reading and editing C3D motion capture files.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mkjung99/pyc3dserver",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: Microsoft :: Windows :: Windows 10",
],
python_requires='>=3.7',
)

0 comments on commit b291868

Please sign in to comment.