From 49f5857f13ae9d5657f5b3016c4097fd055aa7ee Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 22 Apr 2022 10:37:49 -0700 Subject: [PATCH] Update stored version number --- CITATION.cff | 4 ++-- codemeta.json | 2 +- commonpy/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b717fa1..1339a08 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ cff-version: "1.1.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/caltechlibrary/commonpy" title: "CommonPy: assortment of Python helper functions and utility classes" -date-released: 2022-03-14 -version: "1.9.1" +date-released: 2022-04-22 +version: "1.9.2" doi: 10.22002/20058 keywords: - Python diff --git a/codemeta.json b/codemeta.json index 8889a9b..cfde7fc 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/commonpy", "issueTracker": "https://github.com/caltechlibrary/commonpy/issues", "license": "https://github.com/caltechlibrary/commonpy/blob/master/LICENSE", - "version": "1.9.1", + "version": "1.9.2", "author": [ { "@type": "Person", diff --git a/commonpy/__init__.py b/commonpy/__init__.py index 32aedd3..02ad655 100644 --- a/commonpy/__init__.py +++ b/commonpy/__init__.py @@ -21,7 +21,7 @@ # | by the Makefile. Manual changes to these values will be lost. | # ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯ -__version__ = '1.9.1' +__version__ = '1.9.2' __description__ = 'Assortment of Python helper functions and utility classes' __url__ = 'https://github.com/caltechlibrary/commonpy' __author__ = 'Michael Hucka'