Skip to content

Commit 4224de4

Browse files
committed
Update version numbers
1 parent e533a34 commit 4224de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pisces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
"""
1919

20-
__version__ = "0.4.3"
20+
__version__ = "0.4.4"
2121

2222
from pisces.util import db_connect, get_tables, travel_times, make_table
2323
from pisces.schema.util import string_formatter

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
doclines = __doc__.split("\n")
1717

1818
setup(name='pisces',
19-
version='0.4.3',
19+
version='0.4.4',
2020
description='A Practical Seismological Database Library in Python.',
2121
long_description=long_description,
2222
long_description_content_type="text/markdown", # setuptools >= 38.6.0

0 commit comments

Comments
 (0)