diff --git a/docs/conf.py b/docs/conf.py index 305bcdf4..0f319cee 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.0.6" +release = "0.0.7" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 63d0ffa0..9efbdaa3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="agnpy", - version="0.0.6", + version="0.0.7", author="Cosimo Nigro", author_email="cosimonigro2@gmail.com.com", description="Modelling jetted Active Galactic Nuclei radiative processes with python",