Skip to content

Commit

Permalink
Update v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aokumasan committed Oct 4, 2022
1 parent 4339151 commit 9921756
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nifcloudcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,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.3.0', 'awscli==1.20.43'],
install_requires=['nifcloud==1.4.0', 'awscli==1.20.43'],
license='Apache License 2.0',
classifiers=(
'Development Status :: 5 - Production/Stable',

0 comments on commit 9921756

Please sign in to comment.