From 29ab4266ec19059aee1bd590382c14106a930f99 Mon Sep 17 00:00:00 2001 From: Nschanche Date: Tue, 24 Sep 2024 15:11:38 -0400 Subject: [PATCH] Update version number --- src/lkprf/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lkprf/version.py b/src/lkprf/version.py index b55f4df..d56e88c 100644 --- a/src/lkprf/version.py +++ b/src/lkprf/version.py @@ -1,3 +1,3 @@ # It is important to store the version number in a separate file # so that we can read it without importing the package -__version__ = "1.1.0dev" +__version__ = "1.1.0"