diff --git a/.zenodo.json b/.zenodo.json index 65161c9d..63c4deb9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -51,8 +51,8 @@ ], "language": "eng", "license": "BSD-3-Clause", - "publication_date": "2021-12-14", + "publication_date": "2022-01-31", "title": "agnpy", "upload_type": "software", - "version": "0.1.6" + "version": "0.1.7" } \ No newline at end of file diff --git a/codemeta.json b/codemeta.json index e8171103..92dad70c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,12 +5,12 @@ "codeRepository": "https://github.com/cosimoNigro/agnpy", "contIntegration": "https://github.com/cosimoNigro/agnpy/actions", "dateCreated": "2019-12-17", - "datePublished": "2021-12-14", + "datePublished": "2022-01-31", "dateModified": "2021-08-02", "downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.1.6", "issueTracker": "https://github.com/cosimoNigro/agnpy/issues", "name": "agnpy", - "version": "0.1.6", + "version": "0.1.7", "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 9d08b30c..56624a10 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.6" +release = "0.1.7" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 4720d0fa..a5ab2888 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="agnpy", - version="0.1.6", + version="0.1.7", author="Cosimo Nigro", author_email="cosimonigro2@gmail.com.com", description="Modelling jetted Active Galactic Nuclei radiative processes with python",