We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4628202 commit 62e7708Copy full SHA for 62e7708
dlc2kinematics/version.py
@@ -4,5 +4,5 @@
4
https://github.com/AdaptiveMotorControlLab/dlc2kinematics/
5
"""
6
7
-__version__ = "0.0.1"
+__version__ = "0.0.2"
8
VERSION = __version__
reinstall.sh
@@ -1,3 +1,3 @@
1
pip uninstall dlc2kinematics
2
python3 setup.py sdist bdist_wheel
3
-pip install dist/dlc2kinematics-0.0.1-py3-none-any.whl
+pip install dist/dlc2kinematics-0.0.2-py3-none-any.whl
setup.py
@@ -12,7 +12,7 @@
12
13
setuptools.setup(
14
name="dlc2kinematics",
15
- version="0.0.1",
+ version="0.0.2",
16
author="Mackenzie Mathis Lab Members",
17
author_email="[email protected]",
18
description="Library for kinematic analysis of DeepLabCut outputs",
0 commit comments