Skip to content

Commit da192dd

Browse files
committed
[RELEASE] - Release version 0.1.8
1 parent 189706f commit da192dd

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.7
2+
current_version = 0.1.8
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.7
4+
Latest version is: 0.1.8
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.7'
11+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)