From 7fbb0651fcb60093b7eed3c88dd2521e37c19e21 Mon Sep 17 00:00:00 2001 From: Niels Poulsen Date: Fri, 18 Oct 2024 15:16:27 +0200 Subject: [PATCH] version update --- 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 96f93f2..7e88bea 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.6" +__version__ = "0.0.7" VERSION = __version__ diff --git a/setup.py b/setup.py index 6b554db..6bc2fe6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="dlclibrary", - version="0.0.6", + version="0.0.7", author="A. & M. Mathis Labs", author_email="alexander@deeplabcut.org", description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",