From d39b65ee25eb3cb0afa0108c5ca1bd00ddbac1d4 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 25 Feb 2025 14:17:24 +0500 Subject: [PATCH] docs: bump version to 9.9.1 --- enterprise_data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise_data/__init__.py b/enterprise_data/__init__.py index 6187425d..e8e21f63 100644 --- a/enterprise_data/__init__.py +++ b/enterprise_data/__init__.py @@ -2,4 +2,4 @@ Enterprise data api application. This Django app exposes API endpoints used by enterprises. """ -__version__ = "10.9.1" +__version__ = "9.9.1"