Skip to content

Commit ca176c7

Browse files
authored
Merge pull request #97 from inspirehep/bump-version
Creating version 1.0
2 parents 8f448b4 + 47c82fb commit ca176c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
# Versions should comply with PEP440. For a discussion on single-sourcing
2323
# the version across setup.py and the project code, see
2424
# https://packaging.python.org/en/latest/single_source_version.html
25-
version='0.2',
25+
version='1.0',
2626

2727
description='Automatic text classification tool',
2828
# long_description=long_description,
2929

3030
# The project's main homepage.
31-
url='https://github.com/jstypka/magpie',
31+
url='https://github.com/inspirehep/magpie',
3232

3333
# Author details
3434
author='Jan Stypka',
@@ -43,7 +43,7 @@
4343
# 3 - Alpha
4444
# 4 - Beta
4545
# 5 - Production/Stable
46-
'Development Status :: 4 - Beta',
46+
'Development Status :: 5 - Production/Stable',
4747

4848
'Topic :: Text Processing',
4949

0 commit comments

Comments
 (0)