diff options
author | Vee9ahd1 <[email protected]> | 2019-09-22 19:43:03 -0400 |
---|---|---|
committer | Christian <[email protected]> | 2019-09-22 19:46:11 -0400 |
commit | 044232a0947fcf02118a268e45a615cc1a8065a2 (patch) | |
tree | 213e6375107eee8cb5cf66dc4fbdc661200f0cb1 /setup.py | |
parent | ed90828eb9712de21ecf7bfa5dfe88bd27672a0b (diff) |
patched for artbreeder support and fixed some weird CUDNN_STATUS_INTERNAL_ERROR. if CPU support is broken now, this commit is probably why.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="[email protected]", description="cli tools for image generation w bigGAN", |