From e5dde883ae7136161e441436f346c34420194b32 Mon Sep 17 00:00:00 2001 From: Elizabeth <106755962+eberrigan@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:05:17 -0700 Subject: [PATCH] Bump version to 0.1.2 (#86) * bump version to 0.1.1 * version needs to be 0.1.2 to match release --- sleap_roots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleap_roots/__init__.py b/sleap_roots/__init__.py index b7a4977..d2f4920 100644 --- a/sleap_roots/__init__.py +++ b/sleap_roots/__init__.py @@ -29,4 +29,4 @@ # Define package version. # This is read dynamically by setuptools in pyproject.toml to determine the release version. -__version__ = "0.1.0" +__version__ = "0.1.2"