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 99a97ea commit 8ea3f9bCopy full SHA for 8ea3f9b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.11
+current_version = 0.1.12
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.11
+Latest version is: 0.1.12
6
7
## Installation
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='hierarchical-yaml',
17
- version="0.1.11",
+ version="0.1.12",
18
description='A hierarchical config using yaml in Python',
19
long_description=_readme + '\n\n',
20
long_description_content_type='text/markdown',
0 commit comments