Skip to content

Commit b31af8a

Browse files
committed
chore: version bump
1 parent 417cf9f commit b31af8a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log for iga
22

3+
## Version 0.0.3 (2023-04-06)
4+
5+
This release fixes a problem with the syntax of `setup.py` that prevented installations via `pip install git+https://github.com/caltechlibrary/iga.git`.
6+
7+
38
## Version 0.0.2 (2023-04-06)
49

510
Fixes:

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
given-names: Michael
77
affiliation: "Caltech Library"
88
orcid: "https://orid.org/0000-0001-9105-5960"
9-
version: "0.0.2"
9+
version: "0.0.3"
1010
abstract: "The InvenioRDM GitHub Archiver (IGA) lets you automatically archive GitHub software releases in an InvenioRDM repository."
1111
repository-code: "https://github.com/caltechlibrary/iga"
1212
type: software

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"@type": "SoftwareSourceCode",
44
"name": "IGA: InvenioRDM GitHub Archiver",
55
"description": "The InvenioRDM GitHub Archiver (IGA) lets you automatically archive GitHub software releases in an InvenioRDM repository.",
6-
"version": "0.0.2",
7-
"softwareVersion": "0.0.2",
6+
"version": "0.0.3",
7+
"softwareVersion": "0.0.3",
88
"datePublished": "2023-04-06",
99
"author": [
1010
{

iga/__init__.py

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

19-
__version__ = '0.0.2'
19+
__version__ = '0.0.3'
2020
__description__ = 'InvenioRDM GitHub Archiver'
2121
__url__ = 'https://github.com/caltechlibrary/iga'
2222
__author__ = 'Michael Hucka'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = iga
11-
version = 0.0.2
11+
version = 0.0.3
1212
description = InvenioRDM GitHub Archiver
1313
author = Michael Hucka
1414
author_email = helpdesk@library.caltech.edu

0 commit comments

Comments
 (0)