We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e37c25 commit e12257fCopy full SHA for e12257f
check_dist/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
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.3"
+version = "0.1.4"
16
requires-python = ">=3.10"
17
keywords = []
18
@@ -59,7 +59,7 @@ Repository = "https://github.com/python-project-templates/check-dist"
59
Homepage = "https://github.com/python-project-templates/check-dist"
60
61
[tool.bumpversion]
62
-current_version = "0.1.3"
+current_version = "0.1.4"
63
commit = true
64
tag = true
65
commit_args = "-s"
0 commit comments