From 18c96c56922ab9218792e6f95e74a22fbf6bad98 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Sun, 25 Oct 2020 09:50:07 +0530 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d583d15c..7eb1c547 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("readme.md", "r") as f: setuptools.setup( name='labml_nn', - version='0.4.9', + version='0.4.10', author="Varuna Jayasiri, Nipun Wijerathne", author_email="vpjayasiri@gmail.com, hnipun@gmail.com", description="A collection of PyTorch implementations of neural network architectures and layers.",