File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
99setup (
1010 name = "DeepXDE" ,
11- version = "0.1.0 " ,
11+ version = "0.1.1 " ,
1212 description = "Deep learning library for solving differential equations" ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
1515 author = "Lu Lu" ,
16161717 url = "https://github.com/lululxvi/deepxde" ,
18- download_url = "https://github.com/lululxvi/deepxde/tarball/v0.1.0 " ,
18+ download_url = "https://github.com/lululxvi/deepxde/tarball/v0.1.1 " ,
1919 license = "Apache-2.0" ,
2020 install_requires = [
2121 "matplotlib" ,
3535 "Programming Language :: Python :: 2.7" ,
3636 "Programming Language :: Python :: 3" ,
3737 "Programming Language :: Python :: 3.6" ,
38+ "Programming Language :: Python :: 3.7" ,
3839 "Topic :: Scientific/Engineering" ,
3940 "Topic :: Scientific/Engineering :: Artificial Intelligence" ,
4041 "Topic :: Scientific/Engineering :: Mathematics" ,
You can’t perform that action at this time.
0 commit comments