From f437c6a324e64e336d8804767153911d6950551e Mon Sep 17 00:00:00 2001 From: Harsh Shah Date: Fri, 2 Aug 2024 16:24:09 +0530 Subject: [PATCH] fix version --- CHANGELOG.md | 4 ++-- backend/setup.py | 2 +- backend/src/zango/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a093bfb..754cfdb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.0-rc.1] - 2024-08-02 +## [0.3.0rc1] - 2024-08-02 ### Added -- 0.3.0-rc.1 updated +- 0.3.0rc1 ## [0.2.1] - 2024-06-26 diff --git a/backend/setup.py b/backend/setup.py index 8a966bc7a..87715e575 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -8,7 +8,7 @@ README = os.path.join(PROJECT_DIR, "README.md") -PLATFORM_VERSION = "0.3.0-rc.1" +PLATFORM_VERSION = "0.3.0rc1" def get_requirements(env): diff --git a/backend/src/zango/__init__.py b/backend/src/zango/__init__.py index 2c6b2ff70..41f4fe361 100644 --- a/backend/src/zango/__init__.py +++ b/backend/src/zango/__init__.py @@ -1,3 +1,3 @@ from zango.core import internal_requests -__version__ = "0.3.0-rc.1" +__version__ = "0.3.0rc1"