Skip to content

Commit 6f91fe4

Browse files
author
Delphi Deploy Bot
committed
chore: bump delphi_utils to 0.3.25
1 parent 86399ad commit 6f91fe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_delphi_utils_python/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.24
2+
current_version = 0.3.25
33
commit = True
44
message = chore: bump delphi_utils to {new_version}
55
tag = False

_delphi_utils_python/delphi_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .nancodes import Nans
1616
from .weekday import Weekday
1717

18-
__version__ = "0.3.24"
18+
__version__ = "0.3.25"

_delphi_utils_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "delphi-utils"
7-
version = "0.3.24"
7+
version = "0.3.25"
88
description = "Shared Utility Functions for Indicators"
99
readme = "README.md"
1010
requires-python = "== 3.8.*"

0 commit comments

Comments
 (0)