diff --git a/README.rst b/README.rst index d38064c..6d723c9 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ p4TSA (package for Time Series Analysis) -by Elena Cuoco (info@elenacuoco.com) https://www.elenacuoco.com +by Elena Cuoco (elena.cuoco@ego-gw.it) https://www.elenacuoco.com This library is a 'spin-off' of C++ Noise Analysis Package (NAP) written together with Giancarlo Cella (giancarlo.cella@pi.infn.it) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 81e735c..d913e6b 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -38,7 +38,7 @@ PROJECT_NAME = "Package for Time Series Analysis" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.0 +PROJECT_NUMBER = v2.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/conf.py b/docs/conf.py index 142bf78..50da5c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ def configureDoxyfile(input_dir, output_dir): # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. release = '0' diff --git a/python-wrapper/setup.py b/python-wrapper/setup.py index 29e286c..a8e7e60 100644 --- a/python-wrapper/setup.py +++ b/python-wrapper/setup.py @@ -4,7 +4,7 @@ import setuptools import os -__version__ = '2.0.1' +__version__ = '2.1.0' ENV_INCLUDE=os.environ['ENV_ROOT']+'/include' ENV_LIB=os.environ['ENV_ROOT']+'/lib'