From d266e677a8536179ab43869ac4fd033f2d5bf537 Mon Sep 17 00:00:00 2001 From: Noah Goldsmid Date: Sat, 19 Jan 2019 16:11:46 +0100 Subject: [PATCH] Upgrade version --- flask_restless/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_restless/__init__.py b/flask_restless/__init__.py index 944e1c72..bc9f8fba 100644 --- a/flask_restless/__init__.py +++ b/flask_restless/__init__.py @@ -38,7 +38,7 @@ #: #: This should be the same as the version specified in the :file:`setup.py` #: file. -__version__ = '1.0.0b2-dev' +__version__ = '1.0.1' __all__ = [ 'APIManager',