Skip to content

Commit 8ae417e

Browse files
jontsaiclaude
andcommitted
Sync version files to 0.1.0
Updates .bumpversion.cfg, docs/conf.py, and src/datapilot/__init__.py to match the version in setup.py (0.1.0) from the Pydantic v2 upgrade. This ensures all version references are consistent for the next bump2version command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6c31501 commit 8ae417e

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.26
2+
current_version = 0.1.0
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.26"
18+
version = release = "0.1.0"
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.26"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)