From ab6f0cfaadada173e7919f06a3130ad16313fab6 Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Mon, 26 Aug 2024 14:48:43 -0700 Subject: [PATCH] bump version to 0.1.1 --- 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..ee731f6 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.1"