diff --git a/codemeta.json b/codemeta.json index a63af07..a85d077 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": "1.1.0", + "version": "1.1.1", "author": [ { "@type": "Person", diff --git a/zowie/__init__.py b/zowie/__init__.py index 821960f..c4619a0 100644 --- a/zowie/__init__.py +++ b/zowie/__init__.py @@ -21,7 +21,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.1.0' +__version__ = '1.1.1' __description__ = 'Write Zotero select links into article attachment files' __url__ = 'https://github.com/mhucka/zowie' __author__ = 'Michael Hucka'