We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3021cf commit 8bdb819Copy full SHA for 8bdb819
modelkit/__init__.py
@@ -8,4 +8,4 @@
8
warnings.simplefilter(action="ignore", category=FutureWarning)
9
10
11
-__version__ = "0.0.24"
+__version__ = "0.0.25"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.24
+current_version = 0.0.25
3
commit = True
4
tag = True
5
setup.py
import setuptools
setuptools.setup(
- version="0.0.24"
+ version="0.0.25"
)
0 commit comments