We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1bf1e commit d7b023eCopy full SHA for d7b023e
2 files changed
codemeta.json
@@ -6,7 +6,7 @@
6
"codeRepository": "https://github.com/caltechlibrary/pokapi",
7
"issueTracker": "https://github.com/caltechlibrary/pokapi/issues",
8
"license": "https://github.com/caltechlibrary/pokapi/blob/main/LICENSE",
9
- "version": "0.2.1",
+ "version": "0.3.0",
10
"author": [
11
{
12
"@type": "Person",
pokapi/__init__.py
@@ -21,7 +21,7 @@
21
# | by the Makefile. Manual changes to these values will be lost. |
22
# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
23
24
-__version__ = '0.2.1'
+__version__ = '0.3.0'
25
__description__ = 'Python package for getting basic data from a FOLIO LSP server'
26
__url__ = 'https://github.com/caltechlibrary/pokapi'
27
__author__ = 'Michael Hucka'
0 commit comments