diff --git a/setup.py b/setup.py index bf82901..d64390c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = 'olaaf-transient' -VERSION = '0.32.1' +VERSION = '0.32.2' AUTHOR = 'Open Law Library' AUTHOR_EMAIL = 'info@openlawlib.org' DESCRIPTION = 'Implementation of transient authentication' @@ -55,7 +55,7 @@ "GitPython >= 2.1.11", "selenium ~= 3.0", "lxml >= 4.3", - "taf == 0.31.1", + "taf == 0.31.2", ], extras_require={ 'ci': ci_require,