Skip to content

Commit b380790

Browse files
Bump version: 0.0.4 → 0.0.5
1 parent 07f1eaa commit b380790

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
## [0.0.5](https://github.com/aignostics/python-sdk/compare/v0.0.4..0.0.5) - 2025-03-21
4+
5+
### ⚙️ Miscellaneous Tasks
6+
7+
- Disable codeql and attestations - ([07f1eaa](https://github.com/aignostics/python-sdk/commit/07f1eaaaa87427dee0ccff8ace9faf5db796198c))
8+
9+
310
## [0.0.2] - 2025-03-20
411

512
### 📚 Documentation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

docs/source/conf.py

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

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.0.4"
3+
version = "0.0.5"
44
description = "🔬 Python SDK providing access to Aignostics AI services."
55
readme = "README.md"
66
authors = [
@@ -253,7 +253,7 @@ source = ["src/"]
253253

254254

255255
[tool.bumpversion]
256-
current_version = "0.0.4"
256+
current_version = "0.0.5"
257257
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
258258
serialize = ["{major}.{minor}.{patch}"]
259259
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.0.4
3+
sonar.projectVersion=0.0.5
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)