From b34597d165b33cc47cdd632ac0f3cf8a07428675 Mon Sep 17 00:00:00 2001 From: Christopher Roach Date: Tue, 19 Feb 2019 09:48:23 -0800 Subject: [PATCH] Update version number --- flask_fixtures/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_fixtures/__init__.py b/flask_fixtures/__init__.py index d8518fb..d63332e 100644 --- a/flask_fixtures/__init__.py +++ b/flask_fixtures/__init__.py @@ -33,7 +33,7 @@ except ImportError: import json -__version__ = '0.3.7' +__version__ = '0.3.8' # Configure the root logger for the library diff --git a/setup.py b/setup.py index fb82773..686fec3 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='Flask-Fixtures', - version='0.3.7', + version='0.3.8', url='https://github.com/croach/Flask-Fixtures', license='MIT License', author='Christopher Roach',