From 57929435f4c96814cb04c00da2c93fc4f029f665 Mon Sep 17 00:00:00 2001 From: Henry Ndubuaku Date: Tue, 30 Jan 2024 11:37:22 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ce1185..2497952 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='nanodl', - version='1.0.0.dev1', + version='1.0.1.dev1', author='Henry Ndubuaku', author_email='ndubuakuhenry@gmail.com', description='A Jax-based library for designing and training transformer models from scratch.',