Skip to content

Commit

Permalink
Bump version [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmacc-LANL committed May 8, 2023
1 parent cba6115 commit 89cffab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pisces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

__version__ = '0.3.2'
__version__ = '0.4.2'

from pisces.util import db_connect, get_tables, travel_times, make_table
from pisces.schema.util import string_formatter
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
doclines = __doc__.split("\n")

setup(name='pisces',
version='0.4.1',
version='0.4.2',
description='A Practical Seismological Database Library in Python.',
long_description=long_description,
long_description_content_type="text/markdown", # setuptools >= 38.6.0
Expand All @@ -25,7 +25,7 @@
packages=['pisces','pisces.schema','pisces.io','pisces.tables',
'pisces.commands'],
url='https://github.com/LANL-Seismoacoustics/pisces',
download_url='https://github.com/LANL-Seismoacoustics/pisces/tarball/0.3.2',
download_url='https://github.com/LANL-Seismoacoustics/pisces/tarball/0.4.2',
keywords = ['seismology', 'geophysics', 'database'],
install_requires=['numpy','obspy>=1.0','sqlalchemy>=1.4','Click'],
extras_require={
Expand Down

0 comments on commit 89cffab

Please sign in to comment.