diff --git a/apswutils/__init__.py b/apswutils/__init__.py index 5748487..1c7919f 100644 --- a/apswutils/__init__.py +++ b/apswutils/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" from .db import * diff --git a/settings.ini b/settings.ini index 883a280..fe0562c 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = apswutils lib_name = apswutils -version = 0.0.2 +version = 0.0.3 min_python = 3.9 license = apache2 black_formatting = False