Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Javier Quinteros
dastools
Commits
b6b6a0d2
Commit
b6b6a0d2
authored
Dec 18, 2019
by
Javier Quinteros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version number and properties
parent
f3731154
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
dasscripts/dasconv.py
dasscripts/dasconv.py
+1
-1
setup.py
setup.py
+3
-2
No files found.
dasscripts/dasconv.py
View file @
b6b6a0d2
...
...
@@ -28,7 +28,7 @@ from obspy import UTCDateTime
from
obspy
import
Trace
from
obspy
import
Stream
version
=
'0.
1b4
'
version
=
'0.
2b1
'
class
TDMS
(
object
):
...
...
setup.py
View file @
b6b6a0d2
...
...
@@ -23,7 +23,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'0.
1b4
'
,
version
=
'0.
2b1
'
,
description
=
'dasscripts: Scripts to work with data generated by DAS systems'
,
long_description
=
long_description
,
...
...
@@ -44,7 +44,7 @@ setup(
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status ::
3
-
Alph
a'
,
'Development Status ::
4
-
Bet
a'
,
'Environment :: Console'
,
'Intended Audience :: Science/Research'
,
...
...
@@ -59,6 +59,7 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Topic :: Scientific/Engineering'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment