From 17dbe1e202025740dae74f5bed664983b68d0c3c Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Wed, 1 Jan 2025 01:49:46 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26707ea..5f2ca7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [unreleased] +### ⚙️ Miscellaneous Tasks + +- *(github)* Adapt to renamed command - ([211bb41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/211bb4138b38bb730d3e0a612617ade24cc7f6f8)) + + +## [0.0.4](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.3..v0.0.4) - 2025-01-01 + ### 📚 Documentation - Basic documentation - ([9384f79](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/9384f799ba2da1fe56f90157a901bd5f9bcff054)) diff --git a/VERSION b/VERSION index 81340c7..bbdeab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.4 +0.0.5 diff --git a/pyproject.toml b/pyproject.toml index 8b10623..b9a876f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.0.4" +version = "0.0.5" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." authors = [ { name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@googlemail.com" }, @@ -157,7 +157,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.0.4" +current_version = "0.0.5" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/sonar-project.properties b/sonar-project.properties index fed5395..005c692 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client sonar.organization=helmut-hoffer-von-ankershoffen -sonar.projectVersion=0.0.4 +sonar.projectVersion=0.0.5 sonar.projectDescription=Brave Search Python Client sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client diff --git a/uv.lock b/uv.lock index 013cfe0..a38d947 100644 --- a/uv.lock +++ b/uv.lock @@ -75,7 +75,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.0.4" +version = "0.0.5" source = { editable = "." } dependencies = [ { name = "httpx" },