Skip to content

Commit fd9ae53

Browse files
authored
Merge pull request #38 from DeepLabCut/v0.0.9
New version
2 parents 6abe074 + 47c46c8 commit fd9ae53

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.8"
12+
__version__ = "0.0.9"
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.8",
18+
version="0.0.9",
1919
author="A. & M. Mathis Labs",
2020
author_email="[email protected]",
2121
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",

0 commit comments

Comments
 (0)