We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5238f85 commit b7557a6Copy full SHA for b7557a6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = True
5
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "conceptual-dictionary"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "A Python dictionary template for storing serializable metadata"
9
readme = "README.md"
10
requires-python = ">=3.7"
0 commit comments