Skip to content

Commit 790009b

Browse files
0.0.7
1 parent ae79b82 commit 790009b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

snok/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""snok"""
22

3-
__version__ = "0.0.6"
3+
__version__ = "0.0.7"

snok/templates/__shared/_pyproject_toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ dev = [
3030
"wheel>=0.36",
3131
]
3232

33-
[tool.setuptools.dynamic.version]
34-
attr = "{{ __template_name }}.__version__"
35-
3633
[tool.setuptools.package-data]
3734
{{ __template_name }} = ["py.typed"]
3835

0 commit comments

Comments
 (0)