We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86399ad commit 6f91fe4Copy full SHA for 6f91fe4
_delphi_utils_python/.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.24
+current_version = 0.3.25
3
commit = True
4
message = chore: bump delphi_utils to {new_version}
5
tag = False
_delphi_utils_python/delphi_utils/__init__.py
@@ -15,4 +15,4 @@
15
from .nancodes import Nans
16
from .weekday import Weekday
17
18
-__version__ = "0.3.24"
+__version__ = "0.3.25"
_delphi_utils_python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "delphi-utils"
7
-version = "0.3.24"
+version = "0.3.25"
8
description = "Shared Utility Functions for Indicators"
9
readme = "README.md"
10
requires-python = "== 3.8.*"
0 commit comments