diff --git a/pydda/__init__.py b/pydda/__init__.py index 72c00ff..5ba0f5f 100644 --- a/pydda/__init__.py +++ b/pydda/__init__.py @@ -12,7 +12,7 @@ from . import constraints from . import io -__version__ = "2.0.3" +__version__ = "2.1.0" print("Welcome to PyDDA %s" % __version__) print("If you are using PyDDA in your publications, please cite:") diff --git a/setup.py b/setup.py index d0f7ae6..7da9878 100644 --- a/setup.py +++ b/setup.py @@ -41,8 +41,8 @@ LICENSE = "BSD" PLATFORMS = "Linux, Windows, OSX" MAJOR = 2 -MINOR = 0 -MICRO = 3 +MINOR = 1 +MICRO = 0 # SCRIPTS = glob.glob('scripts/*') # TEST_SUITE = 'nose.collector'