From 044232a0947fcf02118a268e45a615cc1a8065a2 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Sun, 22 Sep 2019 19:43:03 -0400 Subject: patched for artbreeder support and fixed some weird CUDNN_STATUS_INTERNAL_ERROR. if CPU support is broken now, this commit is probably why. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 36481fe..ba1cafa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="GANtools", - version="0.2.0", + version="0.3.0", author="Vee9ahd1", author_email="Vee9ahd1@arson.club", description="cli tools for image generation w bigGAN", -- cgit v1.2.1