diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ebc116..e76c01d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 5a8a9ad..89c9aa4 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if __name__ == "__main__": setup( name="flask-rebar", - version="3.2.0", + version="3.2.1", author="Barak Alon", author_email="barak.s.alon@gmail.com", description="Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",