diff --git a/docs/conf.py b/docs/conf.py index 247c51d..eee728f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.2' +release = '0.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cb7d53a..33ef9af 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'hybridLFPy', - version = '0.1.2', + version = '0.1.3', maintainer = 'Espen Hagen', maintainer_email = 'e.hagen@fz-juelich.de', url = 'https://github.com/INM-6/hybridLFPy',