Bump version to 0.4.2

This commit is contained in:
Giovanni Barillari 2023-05-16 12:49:39 +02:00
parent 509c000c81
commit 2c192839b3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -227,7 +227,7 @@ dependencies = [
[[package]]
name = "granian"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"bytes",
"futures",

View file

@ -1,6 +1,6 @@
[package]
name = "granian"
version = "0.4.1"
version = "0.4.2"
description = "A Rust HTTP server for Python applications"
authors = ["Giovanni Barillari <g@baro.dev>"]
license = "BSD-3-Clause"

View file

@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"