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"