From 83e00654ac285e71de9fb10344b6a8a12f0f3d7b Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Tue, 15 Mar 2022 20:28:04 +0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90b2663..07704bc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(*paths): setup( name='pythaiasr', - version='0.2', + version='0.3', packages=['pythaiasr'], url='https://github.com/wannaphong/pythaiasr', license='Apache Software License 2.0',