Skip to content

Commit fdfa6b2

Browse files
committed
fixed broken link in README
1 parent 3e9d140 commit fdfa6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
setup(
88
name = 'telewavesim',
9-
version = '0.0.8',
9+
version = '0.1.0',
1010
description = 'Python package for teleseismic body-wave modeling',
1111
author = 'Pascal Audet, Colin J. Thomson, Michael G. Bostock',
1212
maintainer = 'Pascal Audet',
1313
author_email = '[email protected]',
1414
url = 'https://github.com/paudetseis/Telewavesim',
15-
download_url = 'https://github.com/paudetseis/Telewavesim/archive/0.0.8.tar.gz',
15+
download_url = 'https://github.com/paudetseis/Telewavesim/archive/0.1.0.tar.gz',
1616
classifiers = [
1717
'Development Status :: 3 - Alpha',
1818
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)