Skip to content

Commit 0a7526f

Browse files
committed
updated version 🎉
1 parent 732baf2 commit 0a7526f

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.1a1"
3+
__version__ = "0.5.1"

setup.py

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

0 commit comments

Comments
 (0)