diff --git a/pyproject.toml b/pyproject.toml index 9736870..6d95de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py-acr122u" -version = "1.1.1" +version = "1.1.2" description = "This is a python library for the ACR122U NFC reader" readme = "README.md" authors = [{ name = "Robert van Dijk", email = "contact@robertvandijk.nl" }] @@ -27,7 +27,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"] Homepage = "https://github.com/robertdijk/py-acr122u" [tool.bumpver] -current_version = "1.1.1" +current_version = "1.1.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/src/py_acr122u/__init__.py b/src/py_acr122u/__init__.py index 545d07d..5da0b9a 100644 --- a/src/py_acr122u/__init__.py +++ b/src/py_acr122u/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" \ No newline at end of file +__version__ = "1.1.2" \ No newline at end of file