Skip to content

Commit

Permalink
Merge pull request #119 from rcjackson/doc_fixes
Browse files Browse the repository at this point in the history
VER: 2.0.1
  • Loading branch information
rcjackson authored Apr 25, 2024
2 parents cd60844 + f70d72d commit 7e42275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from . import constraints
from . import io

__version__ = "2.0.0"
__version__ = "2.0.1"

print("Welcome to PyDDA %s" % __version__)
print("If you are using PyDDA in your publications, please cite:")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
PLATFORMS = "Linux, Windows, OSX"
MAJOR = 2
MINOR = 0
MICRO = 0
MICRO = 1

# SCRIPTS = glob.glob('scripts/*')
# TEST_SUITE = 'nose.collector'
Expand Down

0 comments on commit 7e42275

Please sign in to comment.