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 edc57da commit 22ec3c2Copy full SHA for 22ec3c2
fastcaddy/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.0.4"
+__version__ = "0.0.5"
2
from .core import *
3
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fastcaddy
lib_name = fastcaddy
4
-version = 0.0.4
+version = 0.0.5
5
min_python = 3.7
6
license = apache2
7
black_formatting = False
@@ -36,4 +36,5 @@ clean_ids = True
36
clear_all = False
37
cell_number = True
38
skip_procs =
39
+update_pyproject = True
40
0 commit comments