From 127f749555fb637c6c0715b16e0b589493250e1b Mon Sep 17 00:00:00 2001 From: Verina Georgy Date: Wed, 27 Mar 2024 14:11:57 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20Version:=203.2.0=20=E2=86=92=203.2.1=20(?= =?UTF-8?q?#309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 3.2.0 → 3.2.1 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.",