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 9fe52a0 commit 7cc2515Copy full SHA for 7cc2515
setup.py
@@ -31,7 +31,7 @@
31
except ImportError:
32
from distutils.core import setup, find_packages
33
34
-version = '1.12.2'
+version = '1.13'
35
36
_descr = u'''**********
37
tika
tika/tika.py
@@ -90,7 +90,7 @@
90
from os import walk
91
92
Windows = True if platform.system() == "Windows" else False
93
-TikaVersion = os.getenv('TIKA_VERSION', '1.12')
+TikaVersion = os.getenv('TIKA_VERSION', '1.13')
94
TikaJarPath = tempfile.gettempdir()
95
TikaFilesPath = tempfile.gettempdir()
96
TikaServerLogFilePath = tempfile.gettempdir()
0 commit comments