Skip to content

Commit

Permalink
Update v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunakyonn committed Jul 11, 2024
1 parent a0ab789 commit 3609010
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
156 changes: 78 additions & 78 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.13.0"
__version__ = "1.14.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.13.0', 'awscli==1.29.1', 'pyyaml==5.3.1'],
install_requires=['nifcloud==1.14.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 3609010

Please sign in to comment.