Skip to content

Commit

Permalink
Merge pull request #78 from cedarville-university/develop
Browse files Browse the repository at this point in the history
Requirements hotfix
  • Loading branch information
nattyboyme3 authored Jun 25, 2024
2 parents f50e286 + dd197af commit 0992ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python-dateutil
requests
PyJWT
typing-extensions
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='TDXLib',
description='a python library for interacting with the TeamDynamix Web API',
version='0.5.3',
version='0.5.4',
author='Nat Biggs, Stephen Gaines, Josiah Lansford',
author_email='tdxlib@cedarville.edu',
packages=['tdxlib'],
Expand Down
2 changes: 1 addition & 1 deletion tdxlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
import tdxlib.tdx_utils


__version__ = "0.5.3"
__version__ = "0.5.4"

0 comments on commit 0992ab3

Please sign in to comment.