Skip to content

Commit

Permalink
Update stored version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jul 7, 2022
1 parent 3e6615a commit 0b60c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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-06-03
version: "1.9.4"
date-released: 2022-07-07
version: "1.9.5"
doi: 10.22002/20184
keywords:
- Python
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"version": "1.9.5",
"author": [
{
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion commonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# | by the Makefile. Manual changes to these values will be lost. |
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯

__version__ = '1.9.4'
__version__ = '1.9.5'
__description__ = 'Assortment of Python helper functions and utility classes'
__url__ = 'https://github.com/caltechlibrary/commonpy'
__author__ = 'Michael Hucka'
Expand Down

0 comments on commit 0b60c34

Please sign in to comment.