Skip to content

Commit b16d053

Browse files
committed
[RELEASE] - Release version 0.5.6
1 parent 651d28d commit b16d053

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.5
2+
current_version = 0.5.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# himl
22
A hierarchical config using yaml in Python.
33

4-
Latest version is: 0.5.5
4+
Latest version is: 0.5.6
55

66
## Description
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='himl',
17-
version="0.5.5",
17+
version="0.5.6",
1818
description='A hierarchical config using yaml',
1919
long_description=_readme + '\n\n',
2020
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)