Skip to content

Commit

Permalink
BumpVersion v1.6.3 -> v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Feb 8, 2024
1 parent 44d1dbf commit 214f6e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.6.3"
current_version = "1.6.4"
tag = "True"

[[tool.bumpversion.files]]
Expand Down
2 changes: 1 addition & 1 deletion pycrunch/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = dict(major=1, minor=6, patch=3)
version_info = dict(major=1, minor=6, patch=4)
version_info_str = (
f"{version_info['major']}.{version_info['minor']}.{version_info['patch']}"
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pycrunch-engine',
version='1.6.3',
version='1.6.4',
description='PyCrunch Engine - Connector for PyCharm plugin, providing real-time test feedback and precise test '
'coverage tracking for Python projects. ',
url='http://github.com/gleb-sevruk/pycrunch-engine',
Expand Down

0 comments on commit 214f6e7

Please sign in to comment.