Skip to content

Commit 4f43965

Browse files
committed
changed version number to 0.4.0
1 parent 7912fdc commit 4f43965

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
],
6363
"language": "eng",
6464
"license": "BSD-3-Clause",
65-
"publication_date": "2022-11-17",
65+
"publication_date": "2023-02-12",
6666
"related_identifiers": [
6767
{
6868
"identifier": "https://github.com/cosimoNigro/agnpy",
@@ -79,5 +79,5 @@
7979
],
8080
"title": "agnpy",
8181
"upload_type": "software",
82-
"version": "0.3.0"
82+
"version": "0.4.0"
8383
}

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "https://spdx.org/licenses/BSD-3-Clause",
55
"dateCreated": "2019-12-17",
66
"datePublished": "2021-04-14",
7-
"dateModified": "2022-11-17",
7+
"dateModified": "2023-02-12",
88
"codeRepository": "https://github.com/cosimoNigro/agnpy",
99
"issueTracker": "https://github.com/cosimoNigro/agnpy/issues",
10-
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.3.0",
10+
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.4.0",
1111
"name": "agnpy",
12-
"version": "0.3.0",
12+
"version": "0.4.0",
1313
"identifier": "10.5281/zenodo.4055175",
1414
"description": "agnpy is a python package focusing on the computation of the radiative processes of relativistic particles accelerated in the jets of Active Galactic Nuclei (AGN). It includes classes describing the galaxy components responsible for line and thermal emission and calculates the absorption due to gamma-gamma pair production on soft (IR-UV) photon fields.",
1515
"applicationCategory": "Astronomy",
@@ -18,7 +18,7 @@
1818
"isPartOf": "https://www.astropy.org/affiliated/",
1919
"referencePublication": "https://doi.org/10.1051/0004-6361/202142000",
2020
"readme": "https://agnpy.readthedocs.io/en/latest/",
21-
"softwareVersion": "0.3.0",
21+
"softwareVersion": "0.4.0",
2222
"funder": {
2323
"@type": "Organization",
2424
"name": "European Union's Horizon 2020 research and innovation programme"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Cosimo Nigro"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.3.0"
25+
release = "0.4.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

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

66
setuptools.setup(
77
name="agnpy",
8-
version="0.3.0",
8+
version="0.4.0",
99
author="Cosimo Nigro",
1010
author_email="cosimonigro2@gmail.com.com",
1111
description="Modelling jetted Active Galactic Nuclei radiative processes with python",

0 commit comments

Comments
 (0)