Skip to content

Commit 0ac0cbe

Browse files
committed
Update version num
1 parent c5dfac1 commit 0ac0cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netapp_dataops_k8s/netapp_dataops/k8s.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
by applications using the import method of utilizing the toolkit.
55
"""
66

7-
__version__ = "2.0.0alpha7"
7+
__version__ = "2.0.0beta1"
88

99
from datetime import datetime
1010
import functools

netapp_dataops_traditional/netapp_dataops/traditional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import yaml
3232

3333

34-
__version__ = "2.0.0alpha25"
34+
__version__ = "2.0.0beta1"
3535

3636

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

0 commit comments

Comments
 (0)