diff --git a/deeplabcut/core/deprecation.py b/deeplabcut/core/deprecation.py index a92627e4f..1b422c18b 100644 --- a/deeplabcut/core/deprecation.py +++ b/deeplabcut/core/deprecation.py @@ -98,8 +98,8 @@ class DeprecationRound(Enum): ) INIT_TF_DEPRECATION = DeprecationRoundInfo( - since="3.0.2", - removed_in="3.1", + since="3.1", + removed_in="3.2", pull_request=3382, summary=( "Deprecate the TensorFlow-only API in preparation for dropping TensorFlow. "