Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fujita-hiroki1115 committed Aug 10, 2023
1 parent 212ccff commit 0a5993c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 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.7.0"
__version__ = "1.8.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.7.1', 'awscli==1.29.1', 'pyyaml==5.3.1'],
install_requires=['nifcloud==1.8.0', 'awscli==1.29.1', 'pyyaml==5.3.1'],
license='Apache License 2.0',
classifiers=(
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 0a5993c

Please sign in to comment.