Skip to content

Commit

Permalink
v2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kasra-hosseini committed Jul 15, 2022
1 parent a2c1245 commit d86bca9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
<a href="https://github.com/kasra-hosseini/obspyDMT/actions/workflows/dmt_ci.yml/badge.svg">
<img alt="Integration Tests badge" src="https://github.com/kasra-hosseini/obspyDMT/actions/workflows/dmt_ci.yml/badge.svg">
</a>
<a href="https://doi.org/10.5281/zenodo.6836309">
<img alt="Zenodo" src="https://zenodo.org/badge/DOI/10.5281/zenodo.6836309.svg">
</a>
<br/>
<br>
</p>

[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.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion obspyDMT/utils/input_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__, "..", ".."))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d86bca9

Please sign in to comment.