Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deconstrained committed Jun 7, 2023
1 parent fd1be86 commit 198f8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdpyras.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from urllib3.exceptions import HTTPError, PoolError
from requests.exceptions import RequestException

__version__ = '5.0.3'
__version__ = '5.0.4'

#######################
### CLIENT DEFAULTS ###
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '5.0.3'
__version__ = '5.0.4'

if __name__ == '__main__':
setup(
Expand Down

0 comments on commit 198f8a6

Please sign in to comment.