diff --git a/README.md b/README.md index cd95dc1..8cc13a2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Torchdyn is a PyTorch library dedicated to **numerical deep learning**: differen [![Slack](https://img.shields.io/badge/slack-chat-blue.svg?logo=slack)](https://join.slack.com/t/diffeqml/shared_invite/zt-trwgahq8-zgDqFmwS2gHYX6hsRvwDvg) [![codecov](https://codecov.io/gh/DiffEqML/torchdyn/branch/master/graph/badge.svg)](https://codecov.io/gh/DiffEqML/torchdyn) [![Docs](https://img.shields.io/badge/docs-passing-green.svg?)](https://torchdyn.readthedocs.io/) -[![python_sup](https://img.shields.io/badge/python-3.7+-black.svg?)](https://www.python.org/downloads/release/python-370/) +[![python_sup](https://img.shields.io/badge/python-3.8+-black.svg?)](https://www.python.org/downloads/release/python-370/) diff --git a/setup.py b/setup.py index 2b99659..3c21806 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="torchdyn", - version="1.0.4", + version="1.0.5", author="Michael Poli and Stefano Massaroli", description="PyTorch package for all things neural differential equations.", url="https://github.com/DiffEqML/torchdyn",