Skip to content

Commit 328d6d4

Browse files
committed
bump version to 0.10.2
1 parent f0210f4 commit 328d6d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bustapi_core"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "bustapi"
7-
version = "0.10.1"
7+
version = "0.10.2"
88
description = "High-performance Python web framework with Rust backend"
99
authors = [
1010
{name = "GrandpaEJ", email = ""}

python/bustapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def hello():
2222
import sys
2323
from http import HTTPStatus
2424

25-
__version__ = "0.10.1"
25+
__version__ = "0.10.2"
2626
__author__ = "BustAPI" # with GrandpaEJ
2727
__email__ = ""
2828

0 commit comments

Comments
 (0)