Skip to content

Commit

Permalink
Update version num to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglesby, Michael authored and Oglesby, Michael committed Jul 1, 2021
1 parent e335f18 commit ee76f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netapp_dataops_k8s/netapp_dataops/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
by applications using the import method of utilizing the toolkit.
"""

__version__ = "2.0.0beta1"
__version__ = "2.0.0"

from datetime import datetime
import functools
Expand Down
2 changes: 1 addition & 1 deletion netapp_dataops_traditional/netapp_dataops/traditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import yaml


__version__ = "2.0.0beta1"
__version__ = "2.0.0"


# Using this decorator in lieu of using a dependency to manage deprecation
Expand Down

0 comments on commit ee76f03

Please sign in to comment.