From 695ec22d7d1831f2ced67346ef7d2f08c525bd47 Mon Sep 17 00:00:00 2001 From: Mathias Lechner Date: Wed, 14 Aug 2024 09:50:43 -0400 Subject: [PATCH] Bump version to 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cecdda04..9d5ffe96 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="ncps", - version="1.0.0", + version="1.0.1", packages=find_packages(), # include/exclude arguments take * as wildcard, . for any sub-package names description="Neural Circuit Policies for PyTorch, Tensorflow, and Keras V3", url="https://github.com/mlech26l/ncps",