We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a7f0f0 + dfdfcf2 commit 1bfc471Copy full SHA for 1bfc471
dlclibrary/version.py
@@ -9,5 +9,5 @@
9
# Licensed under GNU Lesser General Public License v3.0
10
#
11
12
-__version__ = "0.0"
+__version__ = "0.0.1"
13
VERSION = __version__
reinstall.sh
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="dlclibrary",
18
- version="0.0",
+ version="0.0.1",
19
author="A. & M. Mathis Labs",
20
author_email="alexander@deeplabcut.org",
21
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",
0 commit comments