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 6a8fec6 commit 6dd1984Copy full SHA for 6dd1984
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
@@ -11,3 +11,4 @@ serialize =
11
[bumpversion:file:README.md]
12
13
[bumpversion:file:hierarchical_yaml/__version__.py]
14
+
README.md
@@ -1,4 +1,4 @@
# hierarchical-yaml
A hierarchical config using yaml in Python
-Latest version is: 0.1.0
+Latest version is: 0.1.1
hierarchical_yaml/__version__.py
@@ -1 +1 @@
-__version__ = '0.1.0'
+__version__ = '0.1.1'
0 commit comments