Skip to content

Commit 3e400d3

Browse files
authored
Update src/tuneinsight/utils/deprecation.py
1 parent 3e6046c commit 3e400d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tuneinsight/utils/deprecation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import warnings
44

5-
DEPRECATION_VERSION = "1.3.0"
5+
DEPRECATION_VERSION = "1.4.0"
66
MESSAGE = "⚠️ {} is deprecated and will be removed in the next major version (v{})."
77
RECOMMENDATION = " 👉 Use {} instead."
88
BREAKING = " 🚫 A breaking change was introduced: please update your code now."

0 commit comments

Comments
 (0)