Skip to content

Commit 2f2a172

Browse files
committed
updated version
1 parent 6f78528 commit 2f2a172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parallel_wavegan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.4.5"
3+
__version__ = "0.4.6"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
dirname = os.path.dirname(__file__)
6868
setup(name="parallel_wavegan",
69-
version="0.4.5",
69+
version="0.4.6",
7070
url="http://github.com/kan-bayashi/ParallelWaveGAN",
7171
author="Tomoki Hayashi",
7272
author_email="[email protected]",

0 commit comments

Comments
 (0)