Skip to content

Commit d7b023e

Browse files
committed
Update stored version number
1 parent 6f1bf1e commit d7b023e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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/pokapi",
77
"issueTracker": "https://github.com/caltechlibrary/pokapi/issues",
88
"license": "https://github.com/caltechlibrary/pokapi/blob/main/LICENSE",
9-
"version": "0.2.1",
9+
"version": "0.3.0",
1010
"author": [
1111
{
1212
"@type": "Person",

pokapi/__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__ = '0.2.1'
24+
__version__ = '0.3.0'
2525
__description__ = 'Python package for getting basic data from a FOLIO LSP server'
2626
__url__ = 'https://github.com/caltechlibrary/pokapi'
2727
__author__ = 'Michael Hucka'

0 commit comments

Comments
 (0)