From 8f25b364dce54f84c3d61bda218111a5e0d44672 Mon Sep 17 00:00:00 2001 From: Fang Lin Date: Fri, 7 Sep 2018 12:04:25 -0700 Subject: [PATCH] update core version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97c9478..0a4cadb 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ author="UW-IT AXDD", author_email="aca-it@uw.edu", include_package_data=True, - install_requires=['UW-RestClients-Core>=1.0,<2.0', + install_requires=['UW-RestClients-Core>1.0,<2.0', 'python-dateutil' ], license='Apache License, Version 2.0',