Skip to content

Commit d3e8cb1

Browse files
committed
Release v0.62.0
1 parent 74cdabf commit d3e8cb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robyn"
3-
version = "0.61.2"
3+
version = "0.62.0"
44
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
55
edition = "2021"
66
description = "A web server that is fast!"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.61.2"
7+
version = "0.62.0"
88
description = "A Super Fast Async Python Web Framework with a Rust runtime."
99
authors = [{ name = "Sanskar Jethi", email = "sansyrox@gmail.com" }]
1010
classifiers = [
@@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"
4848

4949
[tool.poetry]
5050
name = "robyn"
51-
version = "0.61.2"
51+
version = "0.62.0"
5252
description = "A Super Fast Async Python Web Framework with a Rust runtime."
5353
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
5454

0 commit comments

Comments
 (0)