From a1fc30f6fdfa669848556fb1ca674d157182c051 Mon Sep 17 00:00:00 2001 From: Luis Ferraz Date: Wed, 15 Mar 2023 23:20:50 +0100 Subject: [PATCH] increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba6b67c..0d86665 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='limbus', - version='0.1.4', + version='0.1.5', description='High level interface to create Pytorch Graphs.', long_description=open('README.md').read(), long_description_content_type='text/markdown',