We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5505991 commit 72afadcCopy full SHA for 72afadc
.travis.yml
@@ -10,6 +10,7 @@ python:
10
install:
11
- pip install .
12
- wget http://dl.dropboxusercontent.com/u/90405495/resources.zip
13
+ - wget http://dl.dropboxusercontent.com/u/90405495/resources-extra.zip
14
- unzip resources.zip -d resources
15
16
env: JAVAHOME=/usr/bin/java
setup.py
@@ -2,7 +2,7 @@
2
from distutils.core import setup
3
4
setup(name='hazm',
5
- version='0.4',
+ version='0.5',
6
description='Python library for digesting Persian text.',
7
author='Alireza Nourian',
8
author_email='az.nourian@gmail.com',
0 commit comments