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 732baf2 commit 0a7526fCopy full SHA for 0a7526f
parallel_wavegan/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "0.5.1a1"
+__version__ = "0.5.1"
setup.py
@@ -68,7 +68,7 @@
68
dirname = os.path.dirname(__file__)
69
setup(
70
name="parallel_wavegan",
71
- version="0.5.1a1",
+ version="0.5.1",
72
url="http://github.com/kan-bayashi/ParallelWaveGAN",
73
author="Tomoki Hayashi",
74
author_email="[email protected]",
0 commit comments