diff --git a/docs/conf.py b/docs/conf.py index aa8a1f0..c73a27b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'0.0.2' +version = u'0.0.3' # The full version, including alpha/beta/rc tags. -release = u'0.0.2' +release = u'0.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 8cc35c3..1409d0c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Simple', - version='0.0.2', + version='0.0.3', url='https://github.com/vimalloc/flask-jwt-simple', license='MIT', author='Landon Gilbert-Bland',