Skip to content

Commit

Permalink
Update version num
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 c5dfac1 commit 0ac0cbe
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.0alpha7"
__version__ = "2.0.0beta1"

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.0alpha25"
__version__ = "2.0.0beta1"


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

0 comments on commit 0ac0cbe

Please sign in to comment.