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 ae79b82 commit 790009bCopy full SHA for 790009b
snok/__init__.py
@@ -1,3 +1,3 @@
1
"""snok"""
2
3
-__version__ = "0.0.6"
+__version__ = "0.0.7"
snok/templates/__shared/_pyproject_toml
@@ -30,9 +30,6 @@ dev = [
30
"wheel>=0.36",
31
]
32
33
-[tool.setuptools.dynamic.version]
34
-attr = "{{ __template_name }}.__version__"
35
-
36
[tool.setuptools.package-data]
37
{{ __template_name }} = ["py.typed"]
38
0 commit comments