From 1964fdad9fe99486a0d47794b874ce3d0247385d Mon Sep 17 00:00:00 2001 From: Matthew McLaughlin Date: Fri, 6 Sep 2024 13:42:57 -0700 Subject: [PATCH] v2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e95e551..07cc735 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def run(self): setup( name="Flask-Annex", - version="1.1.0", + version="2.0.0", description="Efficient integration of external storage services for Flask", url="https://github.com/4Catalyzer/flask-annex", author="Jimmy Jia",