Skip to content

Commit

Permalink
Merge pull request #105 from chrismattmann/upgrade-113
Browse files Browse the repository at this point in the history
pin to 1.13, and prep for 1.13 release.
  • Loading branch information
chrismattmann committed May 25, 2016
2 parents 9fe52a0 + 7cc2515 commit adeb47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '1.12.2'
version = '1.13'

_descr = u'''**********
tika
Expand Down
2 changes: 1 addition & 1 deletion tika/tika.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
from os import walk

Windows = True if platform.system() == "Windows" else False
TikaVersion = os.getenv('TIKA_VERSION', '1.12')
TikaVersion = os.getenv('TIKA_VERSION', '1.13')
TikaJarPath = tempfile.gettempdir()
TikaFilesPath = tempfile.gettempdir()
TikaServerLogFilePath = tempfile.gettempdir()
Expand Down

0 comments on commit adeb47a

Please sign in to comment.