Skip to content

Commit

Permalink
version bump and dependency update for webservice
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 5, 2018
1 parent baee553 commit 7f2c41e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "PICCL",
version = "0.4.5",
version = "0.5",
author = "Martin Reynaert",
author_email = "[email protected]",
description = ("Webservice for PICCL"),
Expand All @@ -20,7 +20,7 @@
packages=['picclservice'],
long_description="A set of workflows for OCR and post-correction",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Text Processing :: Linguistic",
"Programming Language :: Python :: 2.7",
Expand All @@ -34,5 +34,5 @@
],
package_data = {'picclservice':['picclservice/*.wsgi'] },
include_package_data=True,
install_requires=['CLAM >= 2.1.10']
install_requires=['CLAM >= 2.3']
)

0 comments on commit 7f2c41e

Please sign in to comment.