diff --git a/codemeta.json b/codemeta.json index 6fd7a1f..3288bc2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/mhucka/zowie", "issueTracker": "https://github.com/mhucka/zowie/issues", "license": "https://github.com/mhucka/zowie/blob/master/LICENSE", - "version": "0.0.0", + "version": "1.0.0", "author": [ { "@type": "Person", diff --git a/zowie/__init__.py b/zowie/__init__.py index 8bd1789..e0411c1 100644 --- a/zowie/__init__.py +++ b/zowie/__init__.py @@ -21,12 +21,12 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '0.0.1' +__version__ = '1.0.0' __description__ = 'Write Zotero select links into article PDF files' __url__ = 'https://github.com/mhucka/zowie' __author__ = 'Michael Hucka' __email__ = 'mhucka@caltech.edu' -__license__ = 'MIT License' +__license__ = 'BSD 3-clause' # Miscellaneous utilities.