diff --git a/Cargo.lock b/Cargo.lock index 10f0a296..3589908e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,7 +266,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "granian" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bytes", "futures", diff --git a/Cargo.toml b/Cargo.toml index 21c6be81..2345aa73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "granian" -version = "0.6.0" +version = "0.6.1" description = "A Rust HTTP server for Python applications" authors = ["Giovanni Barillari "] license = "BSD-3-Clause" diff --git a/granian/__version__.py b/granian/__version__.py index ef7eb44d..8411e551 100644 --- a/granian/__version__.py +++ b/granian/__version__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.6.1' diff --git a/pyproject.toml b/pyproject.toml index 0f4d07b9..fe177f2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ Source = 'https://github.com/emmett-framework/granian' granian = 'granian:cli.cli' [build-system] -requires = ['maturin>=1.1.0,<1.3.0'] +requires = ['maturin>=1.1.0,<1.4.0'] build-backend = 'maturin' [tool.maturin]