Skip to content

Commit

Permalink
chore: bump taf and olaaf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan committed Oct 3, 2024
1 parent 81e0e90 commit 56026c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

PACKAGE_NAME = 'olaaf-transient'
VERSION = '0.32.0'
VERSION = '0.32.1'
AUTHOR = 'Open Law Library'
AUTHOR_EMAIL = 'info@openlawlib.org'
DESCRIPTION = 'Implementation of transient authentication'
Expand Down Expand Up @@ -55,7 +55,7 @@
"GitPython >= 2.1.11",
"selenium ~= 3.0",
"lxml >= 4.3",
"taf == 0.31.0",
"taf == 0.31.1",
],
extras_require={
'ci': ci_require,
Expand Down

0 comments on commit 56026c9

Please sign in to comment.