Skip to content

Commit 3e5cbba

Browse files
committed
conf
1 parent 0bd7cf1 commit 3e5cbba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2'
12+
release = '0.2.3'
1313

1414
# Extensions Sphinx
1515
extensions = [

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.3"
7+
version = "0.2.4"
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.3"
23+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)