Skip to content

Commit

Permalink
fix(dependency): update naas_drivers 0.110.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2023
1 parent cc3c467 commit ec763ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

NDV = "0.109.1"
NDV = "0.110.2"

driver_dep = [f'naas_drivers[full]=={NDV}']
dev_dep = [
Expand Down

0 comments on commit ec763ef

Please sign in to comment.