Skip to content

Commit

Permalink
Merge pull request #163 from NeuroDiffGym/v0.5.2
Browse files Browse the repository at this point in the history
chore(pypi): prepare to release v0.5.2
  • Loading branch information
shuheng-liu authored Dec 12, 2021
2 parents 29cbaee + f55c78d commit d122637
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 @@ -17,14 +17,14 @@ def func(m):

setuptools.setup(
name="neurodiffeq",
version="0.5.1",
version="0.5.2",
author="neurodiffgym",
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/NeuroDiffGym/neurodiffeq",
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.1.tar.gz",
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.2.tar.gz",
keywords=[
"neural network",
"deep learning",
Expand Down

0 comments on commit d122637

Please sign in to comment.