From a249ff23d2765d25b41f98ae70004dfdede20c49 Mon Sep 17 00:00:00 2001 From: Hugo Saporetti Junior Date: Fri, 6 Dec 2024 21:35:33 +0000 Subject: [PATCH] [@yorevs] Push for new revision --- README.md | 2 +- bumpver.toml | 2 +- gradle.properties | 2 +- pyproject.toml | 2 +- src/main/askai/.version | 2 +- src/main/setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 90959dea..069142d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)](https://github.com/yorevs/homesetup) [![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md) -[![Release](https://badgen.net/badge/release/v1.2.4/gray)](docs/CHANGELOG.md#unreleased) +[![Release](https://badgen.net/badge/release/v1.2.5/gray)](docs/CHANGELOG.md#unreleased) [![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4) [![build-and-test](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/askai/actions/workflows/build-and-test.yml) diff --git a/bumpver.toml b/bumpver.toml index 91bdd341..fb5c4dff 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.2.4" +current_version = "1.2.5" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "++version {old_version} -> {new_version}" commit = false diff --git a/gradle.properties b/gradle.properties index d5f075e6..1d412af1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ author = Hugo Saporetti Junior mailTo = yorevs@hotmail.com siteUrl = https://github.com/yorevs/askai app_name = hspylib-askai -app_version = 1.2.4 +app_version = 1.2.5 # Build Tools buildTools = setuptools, wheel, build, twine, bumpver, pipenv, isort, black, mypy, pylint, pdoc, pytest, PyInstaller diff --git a/pyproject.toml b/pyproject.toml index 4876e9ea..3487a7f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hspylib-askai" - version = "1.2.4" + version = "1.2.5" description = "HomeSetup - AskAI" authors = ["Hugo Saporetti Junior "] license = "MIT" diff --git a/src/main/askai/.version b/src/main/askai/.version index e8ea05db..c813fe11 100644 --- a/src/main/askai/.version +++ b/src/main/askai/.version @@ -1 +1 @@ -1.2.4 +1.2.5 diff --git a/src/main/setup.py b/src/main/setup.py index 184fbc71..66272ee9 100644 --- a/src/main/setup.py +++ b/src/main/setup.py @@ -31,7 +31,7 @@ # This call to setup() does all the work setuptools.setup( name="hspylib-askai", - version="1.2.4", + version="1.2.5", description="HomeSetup - AskAI", author="Hugo Saporetti Junior", author_email="yorevs@hotmail.com",