Skip to content

Commit

Permalink
Bump version: 0.2.2-dev2 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Feb 14, 2023
1 parent b0ba9eb commit 700cd3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2-dev2
current_version = 0.2.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

HERE = pathlib.Path(__file__).parent

PACKAGE_VERSION = "0.2.2-dev2"
PACKAGE_VERSION = "0.2.2"
PACKAGE_NAME = "pytest-qatouch"
PACKAGE_AUTHOR = "Mohamed Raslan"
PACKAGE_AUTHOR_EMAIL = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_qatouch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2-dev2"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2-dev2"
__version__ = "0.2.2"

0 comments on commit 700cd3f

Please sign in to comment.