Skip to content
Snippets Groups Projects
Commit 660ff7b4 authored by Javier Quinteros's avatar Javier Quinteros
Browse files

Update version number to 0.2b2

parent c1c63adb
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ from obspy import UTCDateTime ...@@ -30,7 +30,7 @@ from obspy import UTCDateTime
from obspy import Trace from obspy import Trace
from obspy import Stream from obspy import Stream
version = '0.2b1' version = '0.2b2'
class TDMS(object): class TDMS(object):
...@@ -528,7 +528,7 @@ def main(): ...@@ -528,7 +528,7 @@ def main():
default=5) default=5)
parser.add_argument('--metadata', action='store_true', default=False, parser.add_argument('--metadata', action='store_true', default=False,
help='Read and display the metadata from the TDMS files') help='Read and display the metadata from the TDMS files')
parser.add_argument('--version', action='version', version='dasconv v%s' % version) parser.add_argument('-V', '--version', action='version', version='dasconv v%s' % version)
parser.add_argument('filename', parser.add_argument('filename',
help='Experiment to read and process. It is usually the first part of the filenames.') help='Experiment to read and process. It is usually the first part of the filenames.')
......
...@@ -23,7 +23,7 @@ setup( ...@@ -23,7 +23,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing # Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see # the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html # https://packaging.python.org/en/latest/single_source_version.html
version='0.2b1', version='0.2b2',
description='dasscripts: Scripts to work with data generated by DAS systems', description='dasscripts: Scripts to work with data generated by DAS systems',
long_description=long_description, long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment