Skip to content

Commit

Permalink
Bump version 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Apr 2, 2023
1 parent 1ae4b05 commit 87e5285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/py_acr122u/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 87e5285

Please sign in to comment.