diff --git a/setup.py b/setup.py index 66940ea..18797de 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setuptools.setup( name="gradient-accumulator", - version="0.3.3", - author="André Pedersen and David Bouget", + version="0.4.0", + author="André Pedersen and David Bouget and Javier Pérez de Frutos", author_email="andrped94@gmail.com", description="Package for gradient accumulation in TensorFlow", long_description=long_description,