Skip to content

Commit 6238894

Browse files
Bump version: 0.2.224 β†’ 0.2.225
1 parent 72e862c commit 6238894

File tree

9 files changed

+420
-1827
lines changed

9 files changed

+420
-1827
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 411 additions & 1818 deletions
Large diffs are not rendered by default.

β€ŽCLI_REFERENCE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ aignostics [OPTIONS] COMMAND [ARGS]...
1414
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
1515
* `--help`: Show this message and exit.
1616

17-
πŸ”¬ Aignostics Python SDK v0.2.224 - built with love in Berlin 🐻
17+
πŸ”¬ Aignostics Python SDK v0.2.225 - built with love in Berlin 🐻
1818

1919
**Commands**:
2020

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.224
1+
0.2.225

β€Žaignostics.specβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ else:
137137
name='aignostics.app',
138138
icon='logo.ico',
139139
bundle_identifier='com.aignostics.launchpad',
140-
version='0.2.224',
140+
version='0.2.225',
141141
info_plist={
142142
'NSPrincipalClass': 'NSApplication',
143143
'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.224"
30+
version = "0.2.225"
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.224",
5+
# "aignostics==0.2.225",
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.224"
3+
version = "0.2.225"
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 = [
@@ -377,7 +377,7 @@ source = ["src/"]
377377

378378

379379
[tool.bumpversion]
380-
current_version = "0.2.224"
380+
current_version = "0.2.225"
381381
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
382382
serialize = ["{major}.{minor}.{patch}"]
383383
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.224
3+
sonar.projectVersion=0.2.225
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)