Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deconstrained committed Jun 26, 2023
1 parent dfca435 commit 5f390db
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.4'
__version__ = '5.1.0'

#######################
### 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.4'
__version__ = '5.1.0'

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

0 comments on commit 5f390db

Please sign in to comment.