Skip to content

Commit 47c3ea9

Browse files
Bump version: 2.4.32 → 2.4.33
1 parent ea5e77e commit 47c3ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

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

src/makei/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.32"
1+
__version__ = "2.4.33"

0 commit comments

Comments
 (0)