File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ cff-version: "1.1.0"
1010message : " If you use this software, please cite it using these metadata."
1111repository-code : " https://github.com/caltechlibrary/commonpy"
1212title : " CommonPy: assortment of Python helper functions and utility classes"
13- date-released : 2022-04-25
14- version : " 1.9.3 "
13+ date-released : 2022-06-03
14+ version : " 1.9.4 "
1515doi : 10.22002/20118
1616keywords :
1717 - Python
Original file line number Diff line number Diff line change 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.3 " ,
9+ "version" : " 1.9.4 " ,
1010 "author" : [
1111 {
1212 "@type" : " Person" ,
Original file line number Diff line number Diff line change 2121# | by the Makefile. Manual changes to these values will be lost. |
2222# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
2323
24- __version__ = '1.9.3 '
24+ __version__ = '1.9.4 '
2525__description__ = 'Assortment of Python helper functions and utility classes'
2626__url__ = 'https://github.com/caltechlibrary/commonpy'
2727__author__ = 'Michael Hucka'
You can’t perform that action at this time.
0 commit comments