Skip to content

Commit 5cd4a44

Browse files
Bump version: 0.10.0 → 0.10.1
1 parent 1b8e23d commit 5cd4a44

5 files changed

Lines changed: 29 additions & 29 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
project = "starbridge"
3030
author = "Helmut Hoffer von Ankershoffen"
3131
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
32-
version = "0.10.0"
32+
version = "0.10.1"
3333
release = version
3434
github_username = "helmut-hoffer-von-ankershoffen"
3535
github_repository = "starbridge"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starbridge"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces."
55
readme = "README.md"
66
authors = [
@@ -143,7 +143,7 @@ dev = [
143143
"pytest-env>=1.1.5",
144144
"pytest-regressions>=2.7.0",
145145
"pytest-xdist[psutil]>=3.6.1",
146-
"ruff>=0.10.0",
146+
"ruff>=0.10.1",
147147
"sphinx>=8.2.3",
148148
"sphinx-autobuild>=2024.10.3",
149149
"sphinx-copybutton>=0.5.2",
@@ -272,7 +272,7 @@ source = ["src/"]
272272

273273

274274
[tool.bumpversion]
275-
current_version = "0.10.0"
275+
current_version = "0.10.1"
276276
8parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
277277
serialize = ["{major}.{minor}.{patch}"]
278278
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=helmut-hoffer-von-ankershoffen_starbridge
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.10.0
3+
sonar.projectVersion=0.10.1
44
sonar.projectDescription=⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces.
55
sonar.links.homepage=https://starbridge.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/starbridge

uv.lock

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

0 commit comments

Comments
 (0)