File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = ""
2929# The full version, including alpha/beta/rc tags
30- release = "0.8.6 "
30+ release = "0.9.0 "
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "DeepXDE" ,
14- version = "0.8.6 " ,
14+ version = "0.9.0 " ,
1515 description = "Deep learning library for solving differential equations" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
1818 author = "Lu Lu" ,
19192020 url = "https://github.com/lululxvi/deepxde" ,
21- download_url = "https://github.com/lululxvi/deepxde/tarball/v0.8.6 " ,
21+ download_url = "https://github.com/lululxvi/deepxde/tarball/v0.9.0 " ,
2222 license = "Apache-2.0" ,
2323 install_requires = install_requires ,
2424 classifiers = [
You can’t perform that action at this time.
0 commit comments