diff --git a/.zenodo.json b/.zenodo.json index 70ad6ee0..3ce7cac8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -14,7 +14,7 @@ ], "access_right": "open", "upload_type": "software", - "version": "0.1.2", + "version": "0.1.3", "license": "BSD-3-Clause", "creators": [ { diff --git a/codemeta.json b/codemeta.json index 178584c0..a0733c0e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.1.1", "issueTracker": "https://github.com/cosimoNigro/agnpy/issues", "name": "agnpy", - "version": "0.1.1", + "version": "0.1.3", "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 6784085b..8d76c9ad 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.2" +release = "0.1.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index aaf32c9a..59071b65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="agnpy", - version="0.1.2", + version="0.1.3", author="Cosimo Nigro", author_email="cosimonigro2@gmail.com.com", description="Modelling jetted Active Galactic Nuclei radiative processes with python",