Skip to content

Commit 3d52c86

Browse files
committed
Increase version to 0.1.1
1 parent 25e0432 commit 3d52c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
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",
1616
author_email="[email protected]",
1717
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",
@@ -35,6 +35,7 @@
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",

0 commit comments

Comments
 (0)