Skip to content

Commit 74956df

Browse files
committed
Bump version: 0.2.4 → 0.2.5
1 parent b519488 commit 74956df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.2.4"
2+
current_version = "0.2.5"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
tag = true

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 = "seekwellpandas"
7-
version = "0.2.4"
7+
version = "0.2.5"
88
authors = [
99
{name = "Essi Parent", email = "[email protected]"},
1010
]

src/seekwellpandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
from .methods import __all__
2222

23-
__version__ = "0.2.4"
23+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)