Skip to content

Commit d2f838b

Browse files
committed
Bump 0.3.0a5 to 0.3.0a6
1 parent 88e3935 commit d2f838b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

otdf-python-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python-proto"
3-
version = "0.3.0a5"
3+
version = "0.3.0a6"
44
description = "Generated protobuf files for OpenTDF Python SDK"
55
readme = "README.md"
66
authors = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python"
3-
version = "0.3.0a5"
3+
version = "0.3.0a6"
44
description = "Unofficial OpenTDF SDK for Python"
55
readme = "README.md"
66
authors = [

src/otdf_python/cli.py

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

2323

2424
# Version - get from project metadata
25-
__version__ = "0.3.0a5"
25+
__version__ = "0.3.0a6"
2626

2727

2828
# Set up logging

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_cli_version():
3535
)
3636
assert result.returncode == 0
3737
assert "OpenTDF Python SDK" in result.stdout
38-
assert "0.3.0a5" in result.stdout
38+
assert "0.3.0a6" in result.stdout
3939

4040

4141
def test_cli_encrypt_help():

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)