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 aee8c3b commit 8a3b84dCopy full SHA for 8a3b84d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.0.2
3
commit = True
4
tag = True
5
pyproject.toml
@@ -66,7 +66,7 @@ namespaces = false
66
67
[project]
68
name = "nams"
69
-version = "0.0.1"
+version = "0.0.2"
70
# NOTE: move dependencies into this section if you need to distribute the project as a Python package.
71
requires-python = ">=3.10"
72
readme = "README.md"
0 commit comments