From 294d5dd0b9a2def6f14da29a615331e2f78a5cf1 Mon Sep 17 00:00:00 2001 From: n-dusan Date: Wed, 21 Aug 2024 19:30:20 -0400 Subject: [PATCH] chore: release 0.31.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 50ad17d..372edc2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = 'olaaf-transient' -VERSION = '0.31.1' +VERSION = '0.31.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.30.1", + "taf == 0.30.2", ], extras_require={ 'ci': ci_require,