Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sale3 committed Dec 3, 2024
1 parent c6fa4aa commit c032962
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.33.3'
VERSION = '0.33.4'
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.32.3",
"taf == 0.32.4",
],
extras_require={
'ci': ci_require,
Expand Down

0 comments on commit c032962

Please sign in to comment.