Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
Update version info for the release of 0.0.10
  • Loading branch information
Moon Ki Jung committed Jul 13, 2020
1 parent 9c7a5b2 commit 6c6f8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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, Dario Farina'
__version__ = '0.0.9'
__version__ = '0.0.10'

import os
import pythoncom
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyc3dserver",
version="0.0.9",
version="0.0.10",
author="Moon Ki Jung (et al.)",
author_email="[email protected]",
description="Python interface of C3Dserver software for reading and editing C3D motion capture files.",
Expand Down

0 comments on commit 6c6f8c8

Please sign in to comment.