Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2423d commit cb1ac20Copy full SHA for cb1ac20
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.7.51
+current_version = 0.7.52
5
files = setup.cfg pysyte/__init__.py requirements/testing.txt
pysyte/__init__.py
@@ -1,4 +1,4 @@
"""Pysyte extends Python"""
-__version__ = "0.7.51"
+__version__ = "0.7.52"
requirements/testing.txt
@@ -5,7 +5,7 @@ bumpversion
callee
6
codecov
7
coverage
8
-pysyte==0.7.51
+pysyte==0.7.52
9
pytest
10
pytest-cov
11
tox
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pysyte
-version = v0.7.51
+version = v0.7.52
description = Pysyte extends Python
long_description =
Pysyte extends Python
0 commit comments