Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 16, 2023
1 parent 8922108 commit 8088061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 = "granian"
version = "0.6.0"
version = "0.6.1"
description = "A Rust HTTP server for Python applications"
authors = ["Giovanni Barillari <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion granian/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8088061

Please sign in to comment.