diff --git a/docs/source/conf.py b/docs/source/conf.py index f80d53f..a598260 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Eshaan Bansal" # The full version, including alpha/beta/rc tags -release = "1.5.1" +release = "1.5.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6f56023..9678be1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="Flask-Shell2HTTP", - version="1.5.1", + version="1.5.2", url=GITHUB_URL, license="BSD", author="Eshaan Bansal",