diff --git a/tika/__init__.py b/tika/__init__.py index 9b2d83b..4b9633f 100644 --- a/tika/__init__.py +++ b/tika/__init__.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.24.2" +__version__ = "1.25" try: __import__('pkg_resources').declare_namespace(__name__) diff --git a/tika/tika.py b/tika/tika.py index a37e969..56e57a3 100755 --- a/tika/tika.py +++ b/tika/tika.py @@ -166,7 +166,7 @@ def make_content_disposition_header(fn): log.setLevel(logging.INFO) Windows = True if platform.system() == "Windows" else False -TikaVersion = os.getenv('TIKA_VERSION', '1.24.1') +TikaVersion = os.getenv('TIKA_VERSION', '1.25') TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir()) TikaFilesPath = tempfile.gettempdir() TikaServerLogFilePath = log_path