Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 3, 2019
1 parent c863486 commit b8ea0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streaming-form-data"
version = "1.5.0"
version = "1.5.1"
description = "Streaming parser for multipart/form-data"
readme = "README.rst"
authors = ["Siddhant Goel <me@sgoel.org>"]
Expand Down

0 comments on commit b8ea0ce

Please sign in to comment.