Skip to content

Commit

Permalink
moved to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elenacuoco committed Mar 7, 2023
1 parent 91179e9 commit a143beb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ p4TSA (package for Time Series Analysis)



by Elena Cuoco ([email protected]) https://www.elenacuoco.com
by Elena Cuoco ([email protected]) https://www.elenacuoco.com

This library is a 'spin-off' of C++ Noise Analysis Package (NAP) written
together with Giancarlo Cella ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion python-wrapper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a143beb

Please sign in to comment.