Skip to content

Commit 55ca019

Browse files
committed
Update version num to 2.1.1
1 parent 2dc5392 commit 55ca019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netapp_dataops_k8s/netapp_dataops/k8s/__init__.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.1.0"
7+
__version__ = "2.1.1"
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.1.0"
34+
__version__ = "2.1.1"
3535

3636

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

0 commit comments

Comments
 (0)