Skip to content

Commit

Permalink
Update v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunakyonn committed Apr 5, 2024
1 parent b77acd5 commit 942a783
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.11.0"
__version__ = "1.12.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.11.0', 'awscli==1.29.1', 'pyyaml==5.3.1'],
install_requires=['nifcloud==1.12.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 942a783

Please sign in to comment.