Skip to content

Commit 0c35606

Browse files
committed
[RELEASE] - Release version 0.1.9
1 parent 1c39a0c commit 0c35606

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.1.8
2+
current_version = 0.1.9
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
# hierarchical-yaml
22
A hierarchical config using yaml in Python
33

4-
Latest version is: 0.1.8
4+
Latest version is: 0.1.9
55

66

77
## Installation

hierarchical_yaml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# OF ANY KIND, either express or implied. See the License for the specific language
99
# governing permissions and limitations under the License.
1010

11-
__version__ = '0.1.8'
11+
__version__ = '0.1.9'

0 commit comments

Comments
 (0)