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 c6834fe commit 50c73bbCopy full SHA for 50c73bb
.bumpversion.cfg
@@ -10,5 +10,5 @@ serialize =
10
11
[bumpversion:file:README.md]
12
13
-[bumpversion:file:hierarchical_yaml/__version__.py]
+[bumpversion:file:setup.py]
14
hierarchical_yaml/__version__.py
setup.py
@@ -1,4 +1,3 @@
1
-from hierarchical_yaml.__version__ import __version__
2
import os
3
import sys
4
@@ -15,7 +14,7 @@
15
16
setup(
17
name='hierarchical-yaml',
18
- version=__version__,
+ version="0.1.10",
19
description='A hierarchical config using yaml in Python',
20
long_description=_readme + '\n\n',
21
long_description_content_type='text/markdown',
0 commit comments