Skip to content

Commit f47ac7b

Browse files
Bump version: 0.4.3 β†’ 0.4.4
1 parent d795ada commit f47ac7b

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.4

β€Ždocs/source/conf.pyβ€Ž

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

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brave-search-python-client"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
55
readme = "README.md"
66
authors = [
@@ -266,7 +266,7 @@ source = ["src/"]
266266

267267

268268
[tool.bumpversion]
269-
current_version = "0.4.3"
269+
current_version = "0.4.4"
270270
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
271271
serialize = ["{major}.{minor}.{patch}"]
272272
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_brave-search-python-client
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.4.3
3+
sonar.projectVersion=0.4.4
44
sonar.projectDescription=🦁 Brave Search Python Client supporting Web, Image, News and Video search.
55
sonar.links.homepage=https://brave-search-python-client.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client

β€Žuv.lockβ€Ž

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

0 commit comments

Comments
Β (0)