Skip to content

Commit

Permalink
bump to 0.0.7 (#41)
Browse files Browse the repository at this point in the history
* Update setup.py

- adding c3d - which was required given the merge of #31

* - remove outdated file

* Update setup.py

* Update setup.cfg

* Update reinstall.sh

* fix version 0.0.7
  • Loading branch information
MMathisLab authored Jun 26, 2023
1 parent 3ac1a57 commit a4c022c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
8 changes: 0 additions & 8 deletions license.md

This file was deleted.

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.5-py3-none-any.whl
pip install dist/dlc2kinematics-0.0.7-py3-none-any.whl
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dlc2kinematics
version = 0.0.3
version = 0.0.7
description = A post-deeplabcut module for kinematic analysis
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
3 changes: 2 additions & 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.6",
version="0.0.7",
author="Mackenzie Mathis Lab Members",
author_email="[email protected]",
description="Library for kinematic analysis of DeepLabCut outputs",
Expand All @@ -21,6 +21,7 @@
url="https://github.com/AdaptiveMotorControlLab/dlc2kinematics/",
install_requires=[
"h5py",
"c3d",
"ipython",
"ipython-genutils",
"matplotlib>=3.0.3",
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.5"
__version__ = "0.0.7"
VERSION = __version__

0 comments on commit a4c022c

Please sign in to comment.