diff --git a/README.md b/README.md index 3bf0240..4fdf515 100755 --- a/README.md +++ b/README.md @@ -16,10 +16,7 @@ Integration Tests badge - - Zenodo - -
+

[obspyDMT][dmt] (obspy Data Management Tool) is a tool for retrieving, processing and management of seismological datasets in a fully automatic way. Written in the Python programming language (Python 2 and 3 compatible), it can be used as a stand-alone command-line tool (requiring no knowledge of Python) or can be integrated as a module with other Python codes. diff --git a/README.txt b/README.txt index eef74ce..595898e 100755 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Copyright --------- GNU Lesser General Public License, Version 3 (LGPLv3) -Copyright (c) 2012-2017 by: +Copyright (c) 2012-2022 by: * Kasra Hosseini Overview diff --git a/obspyDMT/utils/input_handler.py b/obspyDMT/utils/input_handler.py index 68aa119..e907253 100755 --- a/obspyDMT/utils/input_handler.py +++ b/obspyDMT/utils/input_handler.py @@ -842,7 +842,7 @@ def read_input_command(parser, **kwargs): if options.version: print('\n\t\t' + '*********************************') print('\t\t' + '* obspyDMT version: *') - print('\t\t' + '*\t' + 5*' ' + '2.2.7' + '\t\t*') + print('\t\t' + '*\t' + 5*' ' + '2.2.11' + '\t\t*') print('\t\t' + '*********************************') print('\n') dmt_install_path = os.path.abspath(os.path.join(__file__, "..", "..")) diff --git a/setup.py b/setup.py index e04a321..14574ee 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="obspyDMT", - version="2.2.10", + version="2.2.11", keywords=["obspyDMT", "obspy", "seismology", "geophysics"], description="obspyDMT: A Python Toolbox for Retrieving, Processing and " "Management of Seismological Datasets",