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 189706f commit da192ddCopy full SHA for da192dd
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.7
+current_version = 0.1.8
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.7
+Latest version is: 0.1.8
6
7
## Installation
hierarchical_yaml/__version__.py
@@ -8,4 +8,4 @@
8
# OF ANY KIND, either express or implied. See the License for the specific language
9
# governing permissions and limitations under the License.
10
11
-__version__ = '0.1.7'
+__version__ = '0.1.8'
0 commit comments