From 47c82fbdb57739388b964ce360269679c9961fb2 Mon Sep 17 00:00:00 2001 From: Jan Stypka Date: Sun, 28 May 2017 19:45:37 +0200 Subject: [PATCH] setup: bump the version to 1.0. Big day! :tada: --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 611ee82..cb844ff 100644 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.2', + version='1.0', description='Automatic text classification tool', # long_description=long_description, # The project's main homepage. - url='https://github.com/jstypka/magpie', + url='https://github.com/inspirehep/magpie', # Author details author='Jan Stypka', @@ -43,7 +43,7 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Topic :: Text Processing',