Skip to content

Commit 7219282

Browse files
Bump version: 0.0.27 → 0.0.28
1 parent b3887ef commit 7219282

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.27"
11+
__version__ = "0.0.28"

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.27
2+
current_version = 0.0.28
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.27"
4+
version="0.0.28"
55
)

0 commit comments

Comments
 (0)