Skip to content

Commit 2e80bb0

Browse files
committed
Final tweaks for 1.0 release
1 parent 818daf0 commit 2e80bb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
download_url = "https://github.com/networks-lab/metaknowledge/archive/{}.tar.gz".format(versionNumber),
2121
keywords= 'WOS',
2222
classifiers = [
23-
'Development Status :: 4 - Beta',
23+
'Development Status :: 5 - Production/Stable',
2424
'Environment :: Console',
2525
'Environment :: MacOS X',
26+
'Intended Audience :: Science/Research',
2627
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
2728
'Operating System :: MacOS :: MacOS X',
2829
'Operating System :: POSIX',
@@ -50,7 +51,7 @@
5051
print("Setup did not work, metaknowledge cannot be imported")
5152
else:
5253
try:
53-
print("journal abbreviations database being downloaded\nPress ctr-C to cancel")
54+
print("journal abbreviations database being downloaded\nPress ctr-C to cancel, nothing bad will happen if you cancel")
5455
metaknowledge.journalAbbreviations.updatej9DB()
5556
except:
5657
print("journal abbreviations database could not be downloaded. Try again when you have a connection if you wish to use them. The function to updated them is metaknowledge.journalAbbreviations.updatej9DB().")

versionNum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.6
1+
1.0.0

0 commit comments

Comments
 (0)