Skip to content

Commit 8bdb819

Browse files
committed
Bump version: 0.0.24 → 0.0.25
1 parent c3021cf commit 8bdb819

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modelkit/__init__.py

+1-1
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.24"
11+
__version__ = "0.0.25"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.24
2+
current_version = 0.0.25
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import setuptools
22

33
setuptools.setup(
4-
version="0.0.24"
4+
version="0.0.25"
55
)

0 commit comments

Comments
 (0)