Skip to content

Commit

Permalink
Merge pull request #19 from DeepLabCut/v0.3
Browse files Browse the repository at this point in the history
version update, solves #17
  • Loading branch information
AlexEMG authored Jan 26, 2023
2 parents 9e200b8 + 3ec55c6 commit 65bc686
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dlc2nwb/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1"
__version__ = "0.3"
VERSION = __version__
2 changes: 1 addition & 1 deletion reinstall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip uninstall dlc2nwb
python3 setup.py sdist bdist_wheel
pip install dist/dlc2nwb-0.1-py3-none-any.whl
pip install dist/dlc2nwb-0.3-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 = DLC2NWB
version = 0.2
version = 0.3
author = DeepLabCut team
author_email = [email protected]
description = DeepLabCut<->NWB conversion utilities
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="dlc2nwb",
version="0.1",
version="0.3",
author="A. & M. Mathis Labs",
author_email="[email protected]",
description="DeepLabCut <-> NWB conversion utilities",
Expand Down

0 comments on commit 65bc686

Please sign in to comment.