Skip to content

Commit 62e7708

Browse files
committed
bump to 0.0.2
1 parent 4628202 commit 62e7708

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dlc2kinematics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
https://github.com/AdaptiveMotorControlLab/dlc2kinematics/
55
"""
66

7-
__version__ = "0.0.1"
7+
__version__ = "0.0.2"
88
VERSION = __version__

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip uninstall dlc2kinematics
22
python3 setup.py sdist bdist_wheel
3-
pip install dist/dlc2kinematics-0.0.1-py3-none-any.whl
3+
pip install dist/dlc2kinematics-0.0.2-py3-none-any.whl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name="dlc2kinematics",
15-
version="0.0.1",
15+
version="0.0.2",
1616
author="Mackenzie Mathis Lab Members",
1717
author_email="[email protected]",
1818
description="Library for kinematic analysis of DeepLabCut outputs",

0 commit comments

Comments
 (0)