We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a93b94 commit c8b48e6Copy full SHA for c8b48e6
check_dist/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
2
3
from ._core import ( # noqa: F401
4
CheckDistError,
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "Check Python source and wheel distributions"
13
readme = "README.md"
14
license = { text = "Apache-2.0" }
15
-version = "0.1.1"
+version = "0.1.2"
16
requires-python = ">=3.10"
17
keywords = []
18
@@ -58,7 +58,7 @@ Repository = "https://github.com/python-project-templates/check-dist"
58
Homepage = "https://github.com/python-project-templates/check-dist"
59
60
[tool.bumpversion]
61
-current_version = "0.1.1"
+current_version = "0.1.2"
62
commit = true
63
tag = true
64
commit_args = "-s"
0 commit comments