diff --git a/CITATION.cff b/CITATION.cff index 476b513..f3ca285 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/caltechlibrary/foliage" title: "Foliage: a tool to do bulk changes in FOLIO using the OKAPI API" date-released: 2021-12-02 -version: "1.7.3" +version: "1.8.0" doi: 10.22002/8765 keywords: - FOLIO diff --git a/codemeta.json b/codemeta.json index 1d76b83..5aec85d 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.7.3", + "version": "1.8.0", "author": [ { "@type": "Person", diff --git a/commonpy/__init__.py b/commonpy/__init__.py index 7cbdff6..fc2e244 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.7.3' +__version__ = '1.8.0' __description__ = 'Assortment of Python helper functions and utility classes' __url__ = 'https://github.com/caltechlibrary/commonpy' __author__ = 'Michael Hucka'