Skip to content

Commit df81144

Browse files
Bump version: 0.2.98 → 0.2.99
1 parent e8b3250 commit df81144

File tree

8 files changed

+25
-9
lines changed

8 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[🔬 Aignostics Python SDK](https://aignostics.readthedocs.io/en/latest/)
22

3-
# [0.2.98](https://github.com/aignostics/python-sdk/compare/v0.2.97..0.2.98) - 2025-07-01
3+
# [0.2.99](https://github.com/aignostics/python-sdk/compare/v0.2.98..0.2.99) - 2025-07-10
4+
5+
### 🚜 Refactor
6+
7+
- *(boot)* Reduce boot time - ([e8b3250](https://github.com/aignostics/python-sdk/commit/e8b32504fb053fbdb9454e42be6160fb8317da6a))
8+
9+
### 📚 Documentation
10+
11+
- Minor tweaks - ([e8b3250](https://github.com/aignostics/python-sdk/commit/e8b32504fb053fbdb9454e42be6160fb8317da6a))
12+
13+
### ⚙️ Miscellaneous Tasks
14+
15+
- *(deps)* Update deps - ([e8b3250](https://github.com/aignostics/python-sdk/commit/e8b32504fb053fbdb9454e42be6160fb8317da6a))
16+
- *(platform)* Update to latest openapi spec - ([e8b3250](https://github.com/aignostics/python-sdk/commit/e8b32504fb053fbdb9454e42be6160fb8317da6a))
17+
18+
19+
# [v0.2.98](https://github.com/aignostics/python-sdk/compare/v0.2.97..v0.2.98) - 2025-07-01
420

521
### ⚙️ Miscellaneous Tasks
622

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.98
1+
0.2.99

aignostics.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app = BUNDLE(
7070
name='aignostics.app',
7171
icon='logo.ico',
7272
bundle_identifier='com.aignostics.launchpad',
73-
version='0.2.98',
73+
version='0.2.99',
7474
info_plist={
7575
'NSPrincipalClass': 'NSApplication',
7676
'NSAppleScriptEnabled': False,

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} Aignostics GmbH, Author: {author}" # noqa: A001
30-
version = "0.2.98"
30+
version = "0.2.99"
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.2.98",
5+
# "aignostics==0.2.99",
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.2.98"
3+
version = "0.2.99"
44
description = "🔬 Python SDK providing access to the Aignostics Platform. Includes Aignostics Launchpad (Desktop Application), Aignostics CLI (Command-Line Interface), example notebooks, and Aignostics Client Library."
55
readme = "README.md"
66
authors = [
@@ -353,7 +353,7 @@ source = ["src/"]
353353

354354

355355
[tool.bumpversion]
356-
current_version = "0.2.98"
356+
current_version = "0.2.99"
357357
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
358358
serialize = ["{major}.{minor}.{patch}"]
359359
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.2.98
3+
sonar.projectVersion=0.2.99
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: 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)