From 63802f55d06daeb1f1df5c186aa692179269c2b7 Mon Sep 17 00:00:00 2001 From: rohaeng Date: Sun, 13 May 2018 04:24:39 +0200 Subject: [PATCH] Bumbed version to 1.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 30d4751..b8181ab 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ setup( name='sphinx-multibuild', packages=['sphinx_multibuild'], - version='1.1.2', + version='1.2.0', description='Allow sphinx to build with multiple source directories and watch for changes.', long_description=long_description, long_description_content_type='text/x-rst', author='Rowan Goemans', author_email='goemansrowan@gmail.com', url='https://github.com/rowanG077/sphinx-multibuild', - download_url='https://github.com/rowanG077/sphinx-multibuild/archive/1.1.1.tar.gz', + download_url='https://github.com/rowanG077/sphinx-multibuild/archive/1.2.0.tar.gz', keywords=['sphinx', 'autobuild', 'multiple-directories'], license='MIT', classifiers=[