Skip to content

Commit 4da69d7

Browse files
committed
Version bump
1 parent 81b29a7 commit 4da69d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55

@@ -9,4 +9,4 @@ serialize = {major}.{minor}.{patch}
99

1010
[bumpversion:file:pyproject.toml]
1111
parse = version\s=\s\"(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\"
12-
serialize = {major}.{minor}.{patch}
12+
serialize = {major}.{minor}.{patch}

mdinfo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" version for mdinfo"""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mdinfo"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Print file metadata in various formats using a metadata template system."
55
authors = ["Rhet Turnbull <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)