Skip to content

Commit eb278bd

Browse files
Bump version: 0.0.92 → 0.0.93
1 parent e043b14 commit eb278bd

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.92
1+
0.0.93

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.0.92"
32+
version = "0.0.93"
3333
release = version
3434
github_username = "helmut-hoffer-von-ankershoffen"
3535
github_repository = "starbridge"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starbridge"
3-
version = "0.0.92"
3+
version = "0.0.93"
44
description = "⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces."
55
readme = "README.md"
66
authors = [
@@ -272,7 +272,7 @@ source = ["src/"]
272272

273273

274274
[tool.bumpversion]
275-
current_version = "0.0.92"
275+
current_version = "0.0.93"
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.0.92
3+
sonar.projectVersion=0.0.93
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: 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)