From 300a5fbd7bafd1895295c9dca9536f334ec4821c Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Mon, 26 Aug 2024 14:50:42 -0700 Subject: [PATCH] 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 ee731f6..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.1" +__version__ = "0.1.2"