diff --git a/jandd/sphinxext/ip.py b/jandd/sphinxext/ip.py index 8f03776..6ac0a88 100644 --- a/jandd/sphinxext/ip.py +++ b/jandd/sphinxext/ip.py @@ -8,7 +8,7 @@ :copyright: Copyright (c) 2016 Jan Dittberner :license: GPLv3+, see COPYING file for details. """ -__version__ = '0.1.1' +__version__ = '0.2.0' import re diff --git a/setup.py b/setup.py index 96562ec..a999211 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -version = '0.1.1' +version = '0.2.0' with open('README.rst') as readme: description = readme.read() + "\n\n"