Skip to content

Commit fc59187

Browse files
Bump version: 0.1.16 → 0.2.0
1 parent 04e23dc commit fc59187

File tree

7 files changed

+2513
-2496
lines changed

7 files changed

+2513
-2496
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[🔬 Aignostics Python SDK](https://aignostics.readthedocs.io/en/latest/)
2+
3+
## [0.2.0] - 2025-05-22
4+
5+
### ⛰️ Features
6+
7+
- Aignostics Launchpad, Aignostics CLI, Aignostics Client - ([04e23dc](https://github.com/aignostics/python-sdk/commit/04e23dc3ccd0cb287319e6c251ca3e229866e66e))
8+
9+
### ⚙️ Miscellaneous Tasks
10+
11+
- Initial commit - ([bab4425](https://github.com/aignostics/python-sdk/commit/bab442520015b96dd922a0a4fc3a87b920f3fb94))
12+
13+
## New Contributors ❤️
14+
15+
* @helmut-hoffer-von-ankershoffen made their first contribution
16+
17+

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.16
1+
0.2.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "aignostics"
2828
author = "Helmut Hoffer von Ankershoffen"
2929
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
30-
version = "0.1.16"
30+
version = "0.2.0"
3131
release = version
3232
github_username = "aignostics"
3333
github_repository = "python-sdk"

examples/notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.13"
33
# dependencies = [
44
# "marimo",
5-
# "aignostics==0.1.16",
5+
# "aignostics==0.2.0",
66
# ]
77
# ///
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aignostics"
3-
version = "0.1.16"
3+
version = "0.2.0"
44
description = "🔬 Python SDK providing access to Aignostics AI services."
55
readme = "README.md"
66
authors = [
@@ -344,7 +344,7 @@ source = ["src/"]
344344

345345

346346
[tool.bumpversion]
347-
current_version = "0.1.16"
347+
current_version = "0.2.0"
348348
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
349349
serialize = ["{major}.{minor}.{patch}"]
350350
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=aignostics_python-sdk
22
sonar.organization=aignostics
3-
sonar.projectVersion=0.1.16
3+
sonar.projectVersion=0.2.0
44
sonar.projectDescription=🔬 Python SDK providing access to Aignostics AI services.
55
sonar.links.homepage=https://aignostics.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/aignostics/python-sdk

uv.lock

Lines changed: 2490 additions & 2490 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)