Skip to content

Commit

Permalink
changed version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoNigro committed Feb 12, 2023
1 parent 7912fdc commit 4f43965
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"language": "eng",
"license": "BSD-3-Clause",
"publication_date": "2022-11-17",
"publication_date": "2023-02-12",
"related_identifiers": [
{
"identifier": "https://github.com/cosimoNigro/agnpy",
Expand All @@ -79,5 +79,5 @@
],
"title": "agnpy",
"upload_type": "software",
"version": "0.3.0"
"version": "0.4.0"
}
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "https://spdx.org/licenses/BSD-3-Clause",
"dateCreated": "2019-12-17",
"datePublished": "2021-04-14",
"dateModified": "2022-11-17",
"dateModified": "2023-02-12",
"codeRepository": "https://github.com/cosimoNigro/agnpy",
"issueTracker": "https://github.com/cosimoNigro/agnpy/issues",
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.3.0",
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.4.0",
"name": "agnpy",
"version": "0.3.0",
"version": "0.4.0",
"identifier": "10.5281/zenodo.4055175",
"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.",
"applicationCategory": "Astronomy",
Expand All @@ -18,7 +18,7 @@
"isPartOf": "https://www.astropy.org/affiliated/",
"referencePublication": "https://doi.org/10.1051/0004-6361/202142000",
"readme": "https://agnpy.readthedocs.io/en/latest/",
"softwareVersion": "0.3.0",
"softwareVersion": "0.4.0",
"funder": {
"@type": "Organization",
"name": "European Union's Horizon 2020 research and innovation programme"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Cosimo Nigro"

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="agnpy",
version="0.3.0",
version="0.4.0",
author="Cosimo Nigro",
author_email="cosimonigro2@gmail.com.com",
description="Modelling jetted Active Galactic Nuclei radiative processes with python",
Expand Down

0 comments on commit 4f43965

Please sign in to comment.