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 6f8f9e6 + 113a141 commit 9fff3d8Copy full SHA for 9fff3d8
dlclibrary/version.py
@@ -9,5 +9,5 @@
9
# Licensed under GNU Lesser General Public License v3.0
10
#
11
12
-__version__ = "0.0.1"
+__version__ = "0.0.2"
13
VERSION = __version__
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="dlclibrary",
18
- version="0.0.1",
+ version="0.0.2",
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