Skip to content

Commit 49f5857

Browse files
committed
Update stored version number
1 parent 6edb6e1 commit 49f5857

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cff-version: "1.1.0"
1010
message: "If you use this software, please cite it using these metadata."
1111
repository-code: "https://github.com/caltechlibrary/commonpy"
1212
title: "CommonPy: assortment of Python helper functions and utility classes"
13-
date-released: 2022-03-14
14-
version: "1.9.1"
13+
date-released: 2022-04-22
14+
version: "1.9.2"
1515
doi: 10.22002/20058
1616
keywords:
1717
- Python

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/commonpy",
77
"issueTracker": "https://github.com/caltechlibrary/commonpy/issues",
88
"license": "https://github.com/caltechlibrary/commonpy/blob/master/LICENSE",
9-
"version": "1.9.1",
9+
"version": "1.9.2",
1010
"author": [
1111
{
1212
"@type": "Person",

commonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# | by the Makefile. Manual changes to these values will be lost. |
2222
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2323

24-
__version__ = '1.9.1'
24+
__version__ = '1.9.2'
2525
__description__ = 'Assortment of Python helper functions and utility classes'
2626
__url__ = 'https://github.com/caltechlibrary/commonpy'
2727
__author__ = 'Michael Hucka'

0 commit comments

Comments
 (0)