Skip to content

Commit a9e355f

Browse files
committed
Release v0.49.3
1 parent d7d19a2 commit a9e355f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "robyn"
3-
version = "0.49.2"
3+
version = "0.49.3"
44
authors = ["Sanskar Jethi <[email protected]>"]
55
edition = "2021"
66
description = "A web server that is fast!"

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.49.2"
7+
version = "0.49.3"
88
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
99
authors = [{ name = "Sanskar Jethi", email = "[email protected]" }]
1010
repository = "https://github.com/sparckles/robyn"
@@ -33,6 +33,9 @@ dependencies = [
3333
"uvloop~=0.19.0; sys_platform != 'win32' and platform_python_implementation == 'CPython' and platform_machine != 'armv7l'"
3434
]
3535

36+
[project.scripts]
37+
robyn = "robyn.cli:run"
38+
3639
[project.optional-dependencies]
3740
"templating" = ["jinja2 == 3.0.1"]
3841

@@ -43,7 +46,7 @@ Changelog = "https://github.com/sparckles/robyn/blob/main/CHANGELOG.md"
4346

4447
[tool.poetry]
4548
name = "robyn"
46-
version = "0.49.2"
49+
version = "0.49.3"
4750
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
4851
authors = ["Sanskar Jethi <[email protected]>"]
4952

@@ -82,7 +85,6 @@ nox = "2023.4.22"
8285
websocket-client = "1.5.0"
8386

8487
[tool.poetry.scripts]
85-
robyn = "robyn.cli:run"
8688
test_server = { callable = "integration_tests.base_routes:main" }
8789

8890
[tool.ruff]

0 commit comments

Comments
 (0)