We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0210f4 commit 328d6d4Copy full SHA for 328d6d4
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bustapi_core"
3
-version = "0.10.1"
+version = "0.10.2"
4
edition = "2021"
5
6
[lib]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "bustapi"
7
8
description = "High-performance Python web framework with Rust backend"
9
authors = [
10
{name = "GrandpaEJ", email = ""}
python/bustapi/__init__.py
@@ -22,7 +22,7 @@ def hello():
22
import sys
23
from http import HTTPStatus
24
25
-__version__ = "0.10.1"
+__version__ = "0.10.2"
26
__author__ = "BustAPI" # with GrandpaEJ
27
__email__ = ""
28
0 commit comments