Skip to content

Commit dd99682

Browse files
committed
Bump version: 0.0.29 → 0.0.30
1 parent ddb0a5c commit dd99682

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modelkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
warnings.simplefilter(action="ignore", category=FutureWarning)
99

1010

11-
__version__ = "0.0.29"
11+
__version__ = "0.0.30"

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 = 0.0.29
2+
current_version = 0.0.30
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import setuptools
22

33
setuptools.setup(
4-
version="0.0.29"
4+
version="0.0.30"
55
)

0 commit comments

Comments
 (0)