Skip to content

Commit

Permalink
Merge pull request #69 from openlawlibrary/release/0.31.2
Browse files Browse the repository at this point in the history
chore: release 0.31.2
  • Loading branch information
n-dusan authored Aug 21, 2024
2 parents d07865d + 294d5dd commit 4075162
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.31.1'
VERSION = '0.31.2'
AUTHOR = 'Open Law Library'
AUTHOR_EMAIL = '[email protected]'
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.30.1",
"taf == 0.30.2",
],
extras_require={
'ci': ci_require,
Expand Down

0 comments on commit 4075162

Please sign in to comment.