Skip to content

Commit 678daec

Browse files
Update setup.py
1 parent 8d76357 commit 678daec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='DAFI',
8-
version='1.0.1',
8+
version='1.0.2',
99
packages=setuptools.find_packages(),
1010
scripts=['bin/dafi'],
1111
license='Apache 2.0',
@@ -14,7 +14,7 @@
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url='https://github.com/xiaoh/DAFI',
17-
download_url="https://github.com/xiaoh/DAFI/archive/refs/tags/1.0.0.tar.gz",
17+
download_url="https://github.com/xiaoh/DAFI/archive/refs/tags/1.0.2.tar.gz",
1818
keywords=["Data Assimilation", "Field Inversion"],
1919
install_requires=[
2020
'numpy',

0 commit comments

Comments
 (0)