From 0339beabf943b1dfd18011a205d8ba972c2ca9e9 Mon Sep 17 00:00:00 2001 From: Sid Mohan <61345237+sidmohan0@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:37:33 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aea80b86..ffdca1a4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() # Use a single source of truth for the version -__version__ = "4.0.0b0" +__version__ = "4.0.0" project_urls = { "Homepage": "https://datafog.ai",