From 766575c9105029aa607162a5867e079a4a63479e Mon Sep 17 00:00:00 2001 From: Logan Beard Date: Wed, 16 Oct 2024 10:46:40 +1300 Subject: [PATCH] LF-55044 warn about changing version manually --- pure_interface/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pure_interface/__init__.py b/pure_interface/__init__.py index d350551..f81fc39 100644 --- a/pure_interface/__init__.py +++ b/pure_interface/__init__.py @@ -19,4 +19,4 @@ type_is_interface, ) -__version__ = "8.0.2" +__version__ = "8.0.2" # Don't change this manually - use bump-my-version