aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVee9ahd1 <[email protected]>2019-09-22 19:43:03 -0400
committerChristian <[email protected]>2019-09-22 19:46:11 -0400
commit044232a0947fcf02118a268e45a615cc1a8065a2 (patch)
tree213e6375107eee8cb5cf66dc4fbdc661200f0cb1 /setup.py
parented90828eb9712de21ecf7bfa5dfe88bd27672a0b (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.py2
1 files changed, 1 insertions, 1 deletions
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="[email protected]",
description="cli tools for image generation w bigGAN",