From e92f8078a05f026ee08ff307bf1b91b52ff7befd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafnix=20Guzm=C3=A1n?= Date: Tue, 2 May 2023 16:43:11 -0500 Subject: [PATCH] V1.3.1 --- pyproject.toml | 4 ++-- src/rafnixg/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3f770b..1485f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rafnixg" -version = "1.3.0" +version = "1.3.1" description = "Rafnix Guzman Personal Card" readme = "README.md" authors = [{ name = "Rafnix Guzman", email = "rafnixg@gmail.com" }] @@ -29,7 +29,7 @@ Homepage = "https://github.com/rafnixg/rafnixg-lib" [project.scripts] rafnixg = "rafnixg.__main__:main" [tool.bumpver] -current_version = "1.3.0" +current_version = "1.3.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/rafnixg/__init__.py b/src/rafnixg/__init__.py index a692ec8..f86b79f 100644 --- a/src/rafnixg/__init__.py +++ b/src/rafnixg/__init__.py @@ -1,4 +1,4 @@ """RafnixG - Personal Card""" from rafnixg.rafnixg import RafnixG -__version__ = "1.3.0" +__version__ = "1.3.1"