Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-bayashi committed Jun 28, 2020
1 parent f6650df commit 2c93873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parallel_wavegan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.4.0"
__version__ = "0.4.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"PyYAML>=3.12",
"tqdm>=4.26.1",
"kaldiio>=2.14.1",
"h5py>=2.10.0",
"h5py>=2.9.0",
"yq>=2.10.0",
# Fix No module named "numba.decorators"
"numba<=0.48",
Expand Down Expand Up @@ -65,7 +65,7 @@

dirname = os.path.dirname(__file__)
setup(name="parallel_wavegan",
version="0.4.0",
version="0.4.1",
url="http://github.com/kan-bayashi/ParallelWaveGAN",
author="Tomoki Hayashi",
author_email="hayashi.tomoki@g.sp.m.is.nagoya-u.ac.jp",
Expand Down

0 comments on commit 2c93873

Please sign in to comment.