Skip to content

Commit 083031a

Browse files
committed
0.2.4
1 parent 3e5cbba commit 083031a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3"
2+
current_version = "0.2.4"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
tag = true

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'seekwellpandas'
1010
copyright = '2024, Essi Parent'
1111
author = 'Essi Parent'
12-
release = '0.2.3'
12+
release = '0.2.4'
1313

1414
# Extensions Sphinx
1515
extensions = [

0 commit comments

Comments
 (0)