From 3ec55c673bf313656f06127ac31d5d9159e3333a Mon Sep 17 00:00:00 2001 From: AlexEMG Date: Thu, 26 Jan 2023 19:12:15 +0100 Subject: [PATCH] version update, solves #17 --- dlc2nwb/version.py | 2 +- reinstall.sh | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlc2nwb/version.py b/dlc2nwb/version.py index 510e5b1..5412c49 100644 --- a/dlc2nwb/version.py +++ b/dlc2nwb/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1" +__version__ = "0.3" VERSION = __version__ diff --git a/reinstall.sh b/reinstall.sh index c661acc..35be168 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -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 diff --git a/setup.cfg b/setup.cfg index 6221d93..7af74a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = DLC2NWB -version = 0.2 +version = 0.3 author = DeepLabCut team author_email = admin@deeplabcut.org description = DeepLabCut<->NWB conversion utilities diff --git a/setup.py b/setup.py index 70a87fd..224f636 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="dlc2nwb", - version="0.1", + version="0.3", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="DeepLabCut <-> NWB conversion utilities",