From bd775fed13d14316a24e56f13783943a93b2bce8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 12 Feb 2026 11:31:25 +0000 Subject: [PATCH] Bump package version Change-Id: I7d1fd17953e14888d33146b9a111e462ad1f32a1 Signed-off-by: Stephen Finucane --- xstatic/pkg/spin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/spin/__init__.py b/xstatic/pkg/spin/__init__.py index a5f0eae..444a931 100644 --- a/xstatic/pkg/spin/__init__.py +++ b/xstatic/pkg/spin/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.2.5' # version of the packaged files, please use the upstream # version number -BUILD = '3' # our package build number, so we can release new builds +BUILD = '4' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi