We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f78528 commit 2f2a172Copy full SHA for 2f2a172
parallel_wavegan/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "0.4.5"
+__version__ = "0.4.6"
setup.py
@@ -66,7 +66,7 @@
66
67
dirname = os.path.dirname(__file__)
68
setup(name="parallel_wavegan",
69
- version="0.4.5",
+ version="0.4.6",
70
url="http://github.com/kan-bayashi/ParallelWaveGAN",
71
author="Tomoki Hayashi",
72
author_email="[email protected]",
0 commit comments