We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5cbba commit 083031aCopy full SHA for 083031a
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.3"
+current_version = "0.2.4"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
tag = true
docs/conf.py
@@ -9,7 +9,7 @@
9
project = 'seekwellpandas'
10
copyright = '2024, Essi Parent'
11
author = 'Essi Parent'
12
-release = '0.2.3'
+release = '0.2.4'
13
14
# Extensions Sphinx
15
extensions = [
0 commit comments