Skip to content

Commit b28e71d

Browse files
authoredNov 19, 2024··
fix: update pyproject.toml (#1037)
Bug [tool.poetry] wasn't updated to the latest release changed `version = "0.63.0"` to `version = "0.64.1"`
1 parent 51bf8a3 commit b28e71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"
4848

4949
[tool.poetry]
5050
name = "robyn"
51-
version = "0.63.0"
51+
version = "0.64.1"
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)
Please sign in to comment.