From 3fc73a9875757b0ad002c64c4a25e1c44024ba3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Wed, 9 Nov 2022 00:19:31 +0100 Subject: [PATCH] bump v0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebf065e..8bcec1f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="gradient-accumulator", - version="0.2.1", + version="0.2.2", author="André Pedersen and David Bouget", author_email="andrped94@gmail.com", description="Package for gradient accumulation in TensorFlow",