diff --git a/.zenodo.json b/.zenodo.json index 71cdb824..4223b074 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -48,5 +48,5 @@ "publication_date": "2020-07-27", "title": "agnpy", "upload_type": "software", - "version": "0.1.3" + "version": "0.1.4" } \ No newline at end of file diff --git a/codemeta.json b/codemeta.json index a0733c0e..bec4fb18 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", diff --git a/docs/conf.py b/docs/conf.py index 8d76c9ad..acb949b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 59071b65..80a1e141 100644 --- a/setup.py +++ b/setup.py @@ -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",