Skip to content

Commit

Permalink
This resolves #161: Latest version on PyPi.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismattmann committed Feb 22, 2018
1 parent 7c41923 commit cb8cd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tika/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.15"
__version__ = "1.16"

try:
__import__('pkg_resources').declare_namespace(__name__)
Expand Down
2 changes: 1 addition & 1 deletion tika/tika.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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.15')
TikaVersion = os.getenv('TIKA_VERSION', '1.16')
TikaJarPath = os.getenv('TIKA_PATH', tempfile.gettempdir())
TikaFilesPath = tempfile.gettempdir()
TikaServerLogFilePath = log_path
Expand Down

0 comments on commit cb8cd47

Please sign in to comment.