Skip to content

Commit 3dc6346

Browse files
committed
use module version
1 parent ebb1199 commit 3dc6346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# $Id$
2020

2121
import os.path
22+
import tika
2223

2324
try:
2425
from ez_setup import use_setuptools
@@ -31,7 +32,7 @@
3132
except ImportError:
3233
from distutils.core import setup, find_packages
3334

34-
version = '1.13.1'
35+
version = tika.__version__
3536

3637
_descr = u'''**********
3738
tika

0 commit comments

Comments
 (0)