Skip to content

Commit 3fb23c0

Browse files
Bump version: 0.0.52 → 0.0.53
1 parent 9fbcf2c commit 3fb23c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.52
2+
current_version = 0.0.53
33
commit = True
44
tag = True
55

piel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__author__ = """Dario Quintero"""
2424
__email__ = "darioaquintero@gmail.com"
25-
__version__ = "0.0.52"
25+
__version__ = "0.0.53"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
test_suite="tests",
8282
tests_require=test_requirements,
8383
url="https://github.com/daquintero/piel",
84-
version="0.0.52",
84+
version="0.0.53",
8585
zip_safe=False,
8686
)

0 commit comments

Comments
 (0)