Skip to content

Commit 48ac26a

Browse files
authored
v0.0.4 (#26)
* Update setup.py * Update reinstall.sh * Update version.py
1 parent c865832 commit 48ac26a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3-py3-none-any.whl
3+
pip install dist/dlc2kinematics-0.0.4-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.3",
15+
version="0.0.4",
1616
author="Mackenzie Mathis Lab Members",
1717
author_email="[email protected]",
1818
description="Library for kinematic analysis of DeepLabCut outputs",

src/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.3"
7+
__version__ = "0.0.4"
88
VERSION = __version__

0 commit comments

Comments
 (0)