From 9d1a551fde20d7200662edd31c9a63bbc52708dc Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Tue, 5 Aug 2025 19:04:06 +0100 Subject: [PATCH] Update version number in __about__.py from 0.0.3 to 0.0.4 to reflect the latest release. --- src/litai/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litai/__about__.py b/src/litai/__about__.py index c66200b..165d37c 100644 --- a/src/litai/__about__.py +++ b/src/litai/__about__.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.3" +__version__ = "0.0.4" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __copyright__ = f"Copyright (c) 2025, {__author__}."