diff --git a/setup.py b/setup.py index 1e83796..5197104 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='manatus', - version='1.0.8', + version='1.0.9', packages=find_packages(), url='http://github.com/SunshineStateDigitalNetwork/manatus', license='MIT', diff --git a/source/conf.py b/source/conf.py index 14ce07b..c374156 100644 --- a/source/conf.py +++ b/source/conf.py @@ -25,7 +25,7 @@ # The full version, including alpha/beta/rc tags # release = __version__ -release = '1.0.8' +release = '1.0.9' # -- General configuration ---------------------------------------------------