Skip to content

Commit

Permalink
chore(pypi): release v0.2.2
Browse files Browse the repository at this point in the history
The release will be completed shortly
  • Loading branch information
shuheng-liu committed Nov 25, 2020
1 parent 8c25f9b commit 060fa29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setuptools.setup(
name="neurodiffeq",
version="0.2.1",
version="0.2.2",
author="odegym",
author_email="[email protected]",
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/odegym/neurodiffeq",
download_url="https://github.com/odegym/neurodiffeq/archive/v0.2.1.tar.gz",
download_url="https://github.com/odegym/neurodiffeq/archive/v0.2.2.tar.gz",
keywords=[
"neural network",
"deep learning",
Expand Down

0 comments on commit 060fa29

Please sign in to comment.