Skip to content

Commit 39d47d3

Browse files
authored
PyThaiASR v0.2
1 parent 69e30a7 commit 39d47d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*paths):
2020

2121
setup(
2222
name='pythaiasr',
23-
version='0.1',
23+
version='0.2',
2424
packages=['pythaiasr'],
2525
url='https://github.com/wannaphong/pythaiasr',
2626
license='Apache Software License 2.0',
@@ -42,4 +42,4 @@ def read(*paths):
4242
'Programming Language :: Python :: Implementation :: CPython',
4343
'Topic :: Scientific/Engineering',
4444
],
45-
)
45+
)

0 commit comments

Comments
 (0)