Skip to content

Commit c98d3a0

Browse files
committed
Release 0.72.0
1 parent 984eb42 commit c98d3a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robyn"
3-
version = "0.71.4"
3+
version = "0.72.0"
44
authors = ["Sanskar Jethi <[email protected]>"]
55
edition = "2021"
66
description = "Robyn is a Super Fast Async Python Web Framework with a Rust runtime."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.71.4"
7+
version = "0.72.0"
88
description = "A Super Fast Async Python Web Framework with a Rust runtime."
99
authors = [{ name = "Sanskar Jethi", email = "[email protected]" }]
1010
license = { file = "LICENSE" }
@@ -66,7 +66,7 @@ test = [
6666

6767
[tool.poetry]
6868
name = "robyn"
69-
version = "0.71.4"
69+
version = "0.72.0"
7070
description = "A Super Fast Async Python Web Framework with a Rust runtime."
7171
authors = ["Sanskar Jethi <[email protected]>"]
7272

0 commit comments

Comments
 (0)