Skip to content

Commit

Permalink
Release v0.52.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Mar 20, 2024
1 parent 9d69b62 commit a912b3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.52.2"
version = "0.52.3"
authors = ["Sanskar Jethi <[email protected]>"]
edition = "2021"
description = "A web server that is fast!"
Expand Down
2 changes: 1 addition & 1 deletion 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.52.2"
version = "0.52.3"
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
authors = [{ name = "Sanskar Jethi", email = "[email protected]" }]
classifiers = [
Expand Down
6 changes: 6 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

set -x

maturin develop
poetry lock

0 comments on commit a912b3c

Please sign in to comment.