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 d9759b2 commit 1b88d67Copy full SHA for 1b88d67
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
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.3
+Latest version is: 0.1.4
6
7
## Installation
hierarchical_yaml/__version__.py
@@ -1 +1 @@
-__version__ = '0.1.3'
+__version__ = '0.1.4'
0 commit comments