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 05a622c commit 7c8e49eCopy full SHA for 7c8e49e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
commit = True
4
tag = True
5
tag_name = {new_version}
README.md
@@ -1,7 +1,7 @@
# hierarchical-yaml
A hierarchical config using yaml in Python
-Latest version is: 0.1.4
+Latest version is: 0.1.5
6
7
## Installation
hierarchical_yaml/__version__.py
@@ -1 +1 @@
-__version__ = '0.1.4'
+__version__ = '0.1.5'
0 commit comments