Skip to content

Commit cef2af0

Browse files
author
Rick Riensche
committed
Bump version: 1.7.0 → 1.8.0
1 parent bcccd65 commit cef2af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 = 1.7.0
2+
current_version = 1.8.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if __name__ == "__main__":
66
setup(
77
name="flask-rebar",
8-
version="1.7.0",
8+
version="1.8.0",
99
author="Barak Alon",
1010
author_email="[email protected]",
1111
description="Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",

0 commit comments

Comments
 (0)