Skip to content

Commit

Permalink
[RELEASE] - Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuraru committed Oct 14, 2021
1 parent d90ae2e commit e52db0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.3
current_version = 0.8.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# himl
A hierarchical config using yaml in Python.

Latest version is: 0.7.3
Latest version is: 0.8.0

## Description

Expand Down
2 changes: 1 addition & 1 deletion himl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_parser(parser=None):
help='the working directory')
parser.add_argument('--multi-line-string', action='store_true',
help='will overwrite the global yaml dumper to use block style')
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.7.3"),
parser.add_argument('--version', action='version', version='%(prog)s v{version}'.format(version="0.8.0"),
help='print himl version')
return parser

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='himl',
version="0.7.3",
version="0.8.0",
description='A hierarchical config using yaml',
long_description=_readme + '\n\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e52db0d

Please sign in to comment.