Skip to content

Commit 9e1fd74

Browse files
committed
Release 0.82.1
Made-with: Cursor
1 parent 55cff1c commit 9e1fd74

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.82.0"
3+
version = "0.82.1"
44
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
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.82.0"
7+
version = "0.82.1"
88
description = "A Super Fast Async Python Web Framework with a Rust runtime."
99
readme = "README.md"
1010
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
@@ -69,7 +69,7 @@ test = [
6969

7070
[tool.poetry]
7171
name = "robyn"
72-
version = "0.82.0"
72+
version = "0.82.1"
7373
description = "A Super Fast Async Python Web Framework with a Rust runtime."
7474
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
7575

0 commit comments

Comments
 (0)