Skip to content

Commit 9fff3d8

Browse files
authored
Merge pull request #8 from DeepLabCut/new_version
Bump dlclibrary version
2 parents 6f8f9e6 + 113a141 commit 9fff3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dlclibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# Licensed under GNU Lesser General Public License v3.0
1010
#
1111

12-
__version__ = "0.0.1"
12+
__version__ = "0.0.2"
1313
VERSION = __version__

setup.py

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

1616
setuptools.setup(
1717
name="dlclibrary",
18-
version="0.0.1",
18+
version="0.0.2",
1919
author="A. & M. Mathis Labs",
2020
author_email="alexander@deeplabcut.org",
2121
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",

0 commit comments

Comments
 (0)