Skip to content

Commit

Permalink
Release v0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Mar 25, 2024
1 parent 641d0cc commit 2c08f4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robyn"
version = "0.53.0"
version = "0.53.1"
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
edition = "2021"
description = "A web server that is fast!"
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "robyn"
version = "0.53.0"
version = "0.53.1"
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
classifiers = [
Expand Down Expand Up @@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"

[tool.poetry]
name = "robyn"
version = "0.53.0"
version = "0.53.1"
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]

Expand Down

0 comments on commit 2c08f4f

Please sign in to comment.