From 6e174e72a83fa262f6eb70afda559238937d2d27 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 11 Feb 2026 14:34:06 +0000 Subject: [PATCH] Bump package version Change-Id: I973d3bdfa7a1ec53431382c02fb66217411dad7e Signed-off-by: Stephen Finucane --- xstatic/pkg/angular_smart_table/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/angular_smart_table/__init__.py b/xstatic/pkg/angular_smart_table/__init__.py index b7db1ab..cda900f 100644 --- a/xstatic/pkg/angular_smart_table/__init__.py +++ b/xstatic/pkg/angular_smart_table/__init__.py @@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.4.13' # version of the packaged files, please use the upstream # version number -BUILD = '2' # our package build number, so we can release new builds +BUILD = '3' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi