Skip to content

Commit 8a0224d

Browse files
committed
Bump version to 0.3.1
1 parent 9b60fca commit 8a0224d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "granian"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Rust HTTP server for Python applications"
55
authors = ["Giovanni Barillari <[email protected]>"]
66
license = "BSD-3-Clause"

granian/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)