Skip to content

Commit

Permalink
deploy: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed May 9, 2020
1 parent 11c3d6d commit d3c6e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.6'
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.6.0'
release = '1.7.0'

# 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streaming-form-data"
version = "1.6.0"
version = "1.7.0"
description = "Streaming parser for multipart/form-data"
readme = "README.rst"
authors = ["Siddhant Goel <me@sgoel.org>"]
Expand Down

0 comments on commit d3c6e21

Please sign in to comment.