From b3a3fc42f3967ab9f750200885aeb605bc9b7324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20G=C3=B3mez?= Date: Fri, 5 Feb 2021 10:44:00 +0100 Subject: [PATCH] Adjusted version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e2bb90e..0550c1aa 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="torchquad", - version="0.1.0", + version="0.1.1", description="Package providing torch-based numerical integration methods.", long_description=open("README.md").read(), long_description_content_type="text/markdown",