Skip to content

Commit

Permalink
Release v0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Jan 2, 2025
1 parent 2aad774 commit 6ad7e5f
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
add-apt-repository ppa:deadsnakes/ppa
apt update -y
PYTHON=python${{ matrix.python.version }}
apt install -y $PYTHON $PYTHON-distutils $PYTHON-venv
apt install -y $PYTHON $PYTHON-distutils $PYTHON-venv python-setuptools
run: |
ls -lrth /artifacts
PYTHON=python${{ matrix.python.version }}
Expand Down
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.64.2"
version = "0.65.0"
authors = ["Sanskar Jethi <[email protected]>"]
edition = "2021"
description = "Robyn is a Super Fast Async Python Web Framework with a Rust runtime."
Expand Down
Loading

0 comments on commit 6ad7e5f

Please sign in to comment.