Skip to content

Commit

Permalink
Increase version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lululxvi committed Jun 14, 2019
1 parent 25e0432 commit 3d52c86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setup(
name="DeepXDE",
version="0.1.0",
version="0.1.1",
description="Deep learning library for solving differential equations",
long_description=long_description,
long_description_content_type="text/markdown",
author="Lu Lu",
author_email="[email protected]",
url="https://github.com/lululxvi/deepxde",
download_url="https://github.com/lululxvi/deepxde/tarball/v0.1.0",
download_url="https://github.com/lululxvi/deepxde/tarball/v0.1.1",
license="Apache-2.0",
install_requires=[
"matplotlib",
Expand All @@ -35,6 +35,7 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
Expand Down

0 comments on commit 3d52c86

Please sign in to comment.