Skip to content

Commit dacbd6a

Browse files
author
Rick Riensche
committed
Bump version: 1.10.1 → 1.10.2
1 parent 5cca61e commit dacbd6a

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if __name__ == "__main__":
1919
setup(
2020
name="flask-rebar",
21-
version="1.10.1",
21+
version="1.10.2",
2222
author="Barak Alon",
2323
author_email="[email protected]",
2424
description="Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",

0 commit comments

Comments
 (0)