Skip to content

Commit e8f2136

Browse files
committed
Bump version: 0.1.0-alpha.5 → 0.1.0-alpha.6
1 parent be259e7 commit e8f2136

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha.5
2+
current_version = 0.1.0-alpha.6
33
commit = True
44
tag = True
55

66
[bumpversion:file:src/codius/__version__.py]
7+
search = __version__ = "{current_version}"
8+
replace = __version__ = "{new_version}"

src/codius/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0-alpha.5"
1+
__version__ = "0.1.0-alpha.6"

0 commit comments

Comments
 (0)