Skip to content

Commit 94ea3cc

Browse files
committed
updated version to 0.5.2 🎉
1 parent edabdd7 commit 94ea3cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parallel_wavegan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.5.2a1"
3+
__version__ = "0.5.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
dirname = os.path.dirname(__file__)
7070
setup(
7171
name="parallel_wavegan",
72-
version="0.5.2a1",
72+
version="0.5.2",
7373
url="http://github.com/kan-bayashi/ParallelWaveGAN",
7474
author="Tomoki Hayashi",
7575
author_email="[email protected]",

0 commit comments

Comments
 (0)