Skip to content

Commit 84d65f4

Browse files
committed
update setup file
1 parent a8dddd9 commit 84d65f4

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
@@ -2,10 +2,10 @@
22
from distutils.core import setup
33

44
setup(name='hazm',
5-
version='0.3',
5+
version='0.4',
66
description='Python library for digesting Persian text.',
77
author='Alireza Nourian',
8-
author_email='alireza.nournia@gmail.com',
8+
author_email='az.nourian@gmail.com',
99
url='http://www.sobhe.ir/hazm/',
1010
packages=['hazm'],
1111
package_data={'hazm': ['data/*.dat']},

0 commit comments

Comments
 (0)