From 024dffa468dc7869fd2fdd8ff258c9919ad44e06 Mon Sep 17 00:00:00 2001 From: mhucka Date: Wed, 23 Dec 2020 08:15:02 -0800 Subject: [PATCH] Update stored version number --- codemeta.json | 2 +- zowie/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 9cd1706..6eb2fc9 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.0.5", + "version": "1.0.6", "author": [ { "@type": "Person", diff --git a/zowie/__init__.py b/zowie/__init__.py index cc281b5..6c6b1e7 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.0.5' +__version__ = '1.0.6' __description__ = 'Write Zotero select links into article PDF files' __url__ = 'https://github.com/mhucka/zowie' __author__ = 'Michael Hucka'