Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 committed Aug 2, 2024
1 parent 4822ece commit f437c6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion backend/src/zango/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from zango.core import internal_requests

__version__ = "0.3.0-rc.1"
__version__ = "0.3.0rc1"

0 comments on commit f437c6a

Please sign in to comment.