Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb1ac20

Browse files
committed
Bump version: 0.7.51 → 0.7.52
1 parent 0d2423d commit cb1ac20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.7.51
4+
current_version = 0.7.52
55
files = setup.cfg pysyte/__init__.py requirements/testing.txt

pysyte/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Pysyte extends Python"""
22

33

4-
__version__ = "0.7.51"
4+
__version__ = "0.7.52"

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bumpversion
55
callee
66
codecov
77
coverage
8-
pysyte==0.7.51
8+
pysyte==0.7.52
99
pytest
1010
pytest-cov
1111
tox

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pysyte
3-
version = v0.7.51
3+
version = v0.7.52
44
description = Pysyte extends Python
55
long_description =
66
Pysyte extends Python

0 commit comments

Comments
 (0)