Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
essicolo committed Oct 7, 2024
1 parent b519488 commit 74956df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.4"
current_version = "0.2.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "seekwellpandas"
version = "0.2.4"
version = "0.2.5"
authors = [
{name = "Essi Parent", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion src/seekwellpandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .methods import __all__

__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit 74956df

Please sign in to comment.