Skip to content

Commit

Permalink
prepared for version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoNigro committed Dec 3, 2021
1 parent 0a329fc commit b3c9c09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"publication_date": "2020-07-27",
"title": "agnpy",
"upload_type": "software",
"version": "0.1.3"
"version": "0.1.4"
}
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dateCreated": "2019-12-17",
"datePublished": "2020-07-27",
"dateModified": "2021-08-02",
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.1.1",
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.1.4",
"issueTracker": "https://github.com/cosimoNigro/agnpy/issues",
"name": "agnpy",
"version": "0.1.3",
"version": "0.1.4",
"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": "astrophysics",
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.1.3"
release = "0.1.4"


# -- 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.1.3",
version="0.1.4",
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 b3c9c09

Please sign in to comment.