From 86293446fca4fc5adabc6176f94cb211a401fd8e Mon Sep 17 00:00:00 2001 From: Cyril Achard Date: Tue, 19 May 2026 09:47:51 +0200 Subject: [PATCH] Bump package version to 0.0.12 Update package version from 0.0.11 to 0.0.12 in dlclibrary/version.py and setup.py to reflect the new release. --- dlclibrary/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlclibrary/version.py b/dlclibrary/version.py index 0646c10..874dab9 100644 --- a/dlclibrary/version.py +++ b/dlclibrary/version.py @@ -9,5 +9,5 @@ # Licensed under GNU Lesser General Public License v3.0 # -__version__ = "0.0.11" +__version__ = "0.0.12" VERSION = __version__ diff --git a/setup.py b/setup.py index 8a42588..700c675 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="dlclibrary", - version="0.0.11", + version="0.0.12", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",