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 c865832 commit 48ac26aCopy full SHA for 48ac26a
reinstall.sh
@@ -1,3 +1,3 @@
1
pip uninstall dlc2kinematics
2
python3 setup.py sdist bdist_wheel
3
-pip install dist/dlc2kinematics-0.0.3-py3-none-any.whl
+pip install dist/dlc2kinematics-0.0.4-py3-none-any.whl
setup.py
@@ -12,7 +12,7 @@
12
13
setuptools.setup(
14
name="dlc2kinematics",
15
- version="0.0.3",
+ version="0.0.4",
16
author="Mackenzie Mathis Lab Members",
17
author_email="[email protected]",
18
description="Library for kinematic analysis of DeepLabCut outputs",
src/dlc2kinematics/version.py
@@ -4,5 +4,5 @@
4
https://github.com/AdaptiveMotorControlLab/dlc2kinematics/
5
"""
6
7
-__version__ = "0.0.3"
+__version__ = "0.0.4"
8
VERSION = __version__
0 commit comments