Skip to content

Commit

Permalink
fix: update pyproject.toml (sparckles#1037)
Browse files Browse the repository at this point in the history
Bug

[tool.poetry] wasn't updated to the latest release

changed `version = "0.63.0"` to `version = "0.64.1"`
  • Loading branch information
dave42w authored Nov 19, 2024
1 parent 51bf8a3 commit b28e71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"

[tool.poetry]
name = "robyn"
version = "0.63.0"
version = "0.64.1"
description = "A Super Fast Async Python Web Framework with a Rust runtime."
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]

Expand Down

0 comments on commit b28e71d

Please sign in to comment.