Skip to content

Commit

Permalink
switch to 1.3.0
Browse files Browse the repository at this point in the history
pypi is so weird
  • Loading branch information
UtaUtaUtau committed Mar 24, 2024
1 parent 97a4d2f commit 86bd0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyutau/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.2.1'
__version__ = '1.3.0'
__author__ = 'UtaUtaUtau'
from pyutau.pyutau import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='pyutau',
packages=['pyutau'],
version='1.2.1',
version='1.3.0',
license='MIT',
description='A python library/module for parsing UTAU plugin data',
long_description=long_description,
Expand All @@ -22,5 +22,5 @@
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.10'],
download_url='https://github.com/UtaUtaUtau/pyUtau/archive/refs/tags/v1.2.1.tar.gz'
download_url='https://github.com/UtaUtaUtau/pyUtau/archive/refs/tags/v1.3.0.tar.gz'
)

0 comments on commit 86bd0f3

Please sign in to comment.