Skip to content

Commit b7557a6

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 5238f85 commit b7557a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "conceptual-dictionary"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A Python dictionary template for storing serializable metadata"
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)