Skip to content

Commit

Permalink
Update v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunakyonn committed Apr 20, 2023
1 parent 7387cbd commit 6f0f50e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 49 deletions.
70 changes: 23 additions & 47 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nifcloudcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.2"
__version__ = "1.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def find_version(*file_paths):
packages=find_packages(exclude=['tests*']),
package_data={'nifcloudcli': ['data/*.json', 'topics/*.json']},
include_package_data=True,
install_requires=['nifcloud==1.5.0', 'awscli==1.20.43'],
install_requires=['nifcloud==1.6.0', 'awscli==1.20.43'],
license='Apache License 2.0',
classifiers=(
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6f0f50e

Please sign in to comment.