We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503875d commit 640b554Copy full SHA for 640b554
setup.py
@@ -4,7 +4,7 @@
4
name = 'unet_stylegan2',
5
packages = find_packages(),
6
scripts=['bin/unet_stylegan2'],
7
- version = '0.2.1',
+ version = '0.2.2',
8
license='GPLv3+',
9
description = 'StyleGan2 with UNet Discriminator, in Pytorch',
10
author = 'Phil Wang',
0 commit comments