Skip to content

Commit 65bc686

Browse files
authored
Merge pull request #19 from DeepLabCut/v0.3
version update, solves #17
2 parents 9e200b8 + 3ec55c6 commit 65bc686

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dlc2nwb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1"
1+
__version__ = "0.3"
22
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 dlc2nwb
22
python3 setup.py sdist bdist_wheel
3-
pip install dist/dlc2nwb-0.1-py3-none-any.whl
3+
pip install dist/dlc2nwb-0.3-py3-none-any.whl

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = DLC2NWB
3-
version = 0.2
3+
version = 0.3
44
author = DeepLabCut team
55
author_email = [email protected]
66
description = DeepLabCut<->NWB conversion utilities

setup.py

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

99
setuptools.setup(
1010
name="dlc2nwb",
11-
version="0.1",
11+
version="0.3",
1212
author="A. & M. Mathis Labs",
1313
author_email="[email protected]",
1414
description="DeepLabCut <-> NWB conversion utilities",

0 commit comments

Comments
 (0)