Skip to content

Commit f2779ae

Browse files
mchadesCopilot
andauthored
chore: bump version to 0.2.0.dev0 (#34)
## Summary Bump the ADP Python SDK version from `0.1.0` to `0.2.0.dev0` in preparation for the next development cycle. ### Changes - Updated `version` in `pyproject.toml` - Updated `__version__` in `src/adp_sdk/__init__.py` No functional changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6c2cd8a commit f2779ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[project]
1616
name = "adp-sdk"
17-
version = "0.1.0"
17+
version = "0.2.0.dev0"
1818
description = "Agentic Data Protocol (ADP) Python SDK"
1919
readme = "README.md"
2020
requires-python = ">=3.10"

src/adp_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
ValidateResult,
6161
)
6262

63-
__version__ = "0.1.0"
63+
__version__ = "0.2.0.dev0"
6464

6565

6666
@asynccontextmanager

0 commit comments

Comments
 (0)