We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d76357 commit 678daecCopy full SHA for 678daec
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='DAFI',
8
- version='1.0.1',
+ version='1.0.2',
9
packages=setuptools.find_packages(),
10
scripts=['bin/dafi'],
11
license='Apache 2.0',
@@ -14,7 +14,7 @@
14
long_description=long_description,
15
long_description_content_type="text/markdown",
16
url='https://github.com/xiaoh/DAFI',
17
- download_url="https://github.com/xiaoh/DAFI/archive/refs/tags/1.0.0.tar.gz",
+ download_url="https://github.com/xiaoh/DAFI/archive/refs/tags/1.0.2.tar.gz",
18
keywords=["Data Assimilation", "Field Inversion"],
19
install_requires=[
20
'numpy',
0 commit comments