diff --git a/dlclibrary/version.py b/dlclibrary/version.py index 90e5dc2..895293f 100644 --- a/dlclibrary/version.py +++ b/dlclibrary/version.py @@ -9,5 +9,5 @@ # Licensed under GNU Lesser General Public License v3.0 # -__version__ = "0.0.4" +__version__ = "0.0.5" VERSION = __version__ diff --git a/setup.py b/setup.py index 8f736e9..df7dfae 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="dlclibrary", - version="0.0.4", + version="0.0.5", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",