diff --git a/fuller/__init__.py b/fuller/__init__.py index a909634..84a766f 100755 --- a/fuller/__init__.py +++ b/fuller/__init__.py @@ -20,4 +20,4 @@ pass -__version__ = '0.9.2' \ No newline at end of file +__version__ = '0.9.8' \ No newline at end of file diff --git a/setup.py b/setup.py index be5528c..d2534d6 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open from os import path -__version__ = '0.9.2' +__version__ = '0.9.8' here = path.abspath(path.dirname(__file__))