We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c7a1d commit ac12e9bCopy full SHA for ac12e9b
apswutils/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.0.3"
+__version__ = "0.0.4"
2
from .db import *
3
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = apswutils
lib_name = apswutils
4
-version = 0.0.3
+version = 0.0.4
5
min_python = 3.9
6
license = apache2
7
black_formatting = False
@@ -36,4 +36,5 @@ clean_ids = True
36
clear_all = False
37
cell_number = False
38
skip_procs =
39
+update_pyproject = True
40
0 commit comments