Skip to content

Commit

Permalink
upgrade pandora-cloud
Browse files Browse the repository at this point in the history
Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed May 25, 2023
1 parent 1e066ea commit ac01bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=requirements,
extras_require={
'api': requirements_api,
'cloud': ['pandora-cloud~=0.3.0'],
'cloud': ['pandora-cloud~=0.3.1'],
},
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion src/pandora/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.1.7'
__version__ = '1.1.8'

0 comments on commit ac01bb7

Please sign in to comment.