Skip to content

Commit ecc84ae

Browse files
Bump version to 0.3.2
1 parent ee53107 commit ecc84ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0"
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.0"
56+
python_version = "0.3.2"
5757
warn_return_any = true
5858
warn_unused_configs = true
5959
disallow_untyped_defs = false

setup.py

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

88
setup(
99
name="dataspace-sdk",
10-
version="0.3.0",
10+
version="0.3.2",
1111
author="CivicDataLab",
1212
author_email="[email protected]",
1313
description="Python SDK for DataSpace API - programmatic access to datasets, AI models, and use cases",

0 commit comments

Comments
 (0)