Skip to content

Commit

Permalink
v0.0.4 (#26)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update reinstall.sh

* Update version.py
  • Loading branch information
MMathisLab authored Jun 7, 2022
1 parent c865832 commit 48ac26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip uninstall dlc2kinematics
python3 setup.py sdist bdist_wheel
pip install dist/dlc2kinematics-0.0.3-py3-none-any.whl
pip install dist/dlc2kinematics-0.0.4-py3-none-any.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="dlc2kinematics",
version="0.0.3",
version="0.0.4",
author="Mackenzie Mathis Lab Members",
author_email="[email protected]",
description="Library for kinematic analysis of DeepLabCut outputs",
Expand Down
2 changes: 1 addition & 1 deletion src/dlc2kinematics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
https://github.com/AdaptiveMotorControlLab/dlc2kinematics/
"""

__version__ = "0.0.3"
__version__ = "0.0.4"
VERSION = __version__

0 comments on commit 48ac26a

Please sign in to comment.