diff options
author | Vee9ahd1 <[email protected]> | 2019-05-20 21:03:59 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-20 21:03:59 -0400 |
commit | 23d4959d67eaf79063e93640690955eaaf82e8ec (patch) | |
tree | bc042344f517b69138f360534058711f76454bf9 /setup.py | |
parent | c2941cffab81dff72cfc1b5b03bb595743a2ce91 (diff) |
changed to version 0.1.0
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.0.1", + version="0.1.0", author="Vee9ahd1", author_email="[email protected]", description="cli tools for image generation w bigGAN", |