Skip to content

Commit 8b1af3a

Browse files
authored
Merge pull request #43 from DeepLabCut/v0.11
2 parents 02e1845 + 5660d14 commit 8b1af3a

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.10"
12+
__version__ = "0.0.11"
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.10",
18+
version="0.0.11",
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)