Skip to content

Commit 34e46b7

Browse files
committed
0.2.0
1 parent 4d0c863 commit 34e46b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Ultra-fast query string and url-encoded form-data parsers"
55
readme = "README.md"
66
license-file = "LICENSE"
77
repository = "https://github.com/starlite-api/fast-query-parsers"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition = "2021"
1010

1111
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fast-query-parsers"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Ultra-fast query string and url-encoded form-data parsers"
55
authors = ["Na'aman Hirschfeld <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)