Skip to content

Commit c309d66

Browse files
committed
Bump version: 3.3.0 -> 3.3.1
1 parent 44e1cfa commit c309d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.0
2+
current_version = 3.3.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if __name__ == "__main__":
3434
setup(
3535
name="flask-rebar",
36-
version="3.3.0",
36+
version="3.3.1",
3737
author="Barak Alon",
3838
author_email="barak.s.alon@gmail.com",
3939
description="Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",

0 commit comments

Comments
 (0)