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"