Skip to content

Commit 2748d7d

Browse files
committed
Bump version: 0.0.21 → 0.0.22
1 parent 5df1686 commit 2748d7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.21
2+
current_version = 0.0.22
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = "2024"
1616
author = "Altimate Inc."
1717
copyright = f"{year}, {author}"
18-
version = release = "0.0.21"
18+
version = release = "0.0.22"
1919

2020
pygments_style = "trac"
2121
templates_path = ["."]

src/datapilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.21"
1+
__version__ = "0.0.22"

0 commit comments

Comments
 (0)