From cda69076bfcec3062406edff6468959e7e7db7d2 Mon Sep 17 00:00:00 2001 From: Matthew Miguez Date: Wed, 5 Oct 2022 07:36:51 -0700 Subject: [PATCH] forgot to commit version bump --- setup.py | 2 +- source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fde9de8..5f75abf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='manatus', - version='1.0.4', + version='1.0.5', packages=find_packages(), url='http://github.com/SunshineStateDigitalNetwork/manatus', license='MIT', diff --git a/source/conf.py b/source/conf.py index 4585730..67a83b2 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.4' +release = '1.0.5' # -- General configuration ---------------------------------------------------