Skip to content

Commit d426277

Browse files
Bump SDK version to 0.3.2
1 parent 682b82b commit d426277

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dataspace_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for DataSpace SDK."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dataspace-sdk"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Python SDK for DataSpace API"
99
readme = "docs/sdk/README.md"
1010
requires-python = ">=3.8"
@@ -53,7 +53,7 @@ target-version = ['py38', 'py39', 'py310', 'py311']
5353
include = '\.pyi?$'
5454

5555
[tool.mypy]
56-
python_version = "0.3.1"
56+
python_version = "0.3.2"
5757
warn_return_any = true
5858
warn_unused_configs = true
5959
disallow_untyped_defs = false

0 commit comments

Comments
 (0)