bump version 3.1.1

This commit is contained in:
debugtalk
2020-06-23 14:47:58 +08:00
parent 4f80acced4
commit d0326ce29c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Release History
## 3.1.1 (2020-06-21)
## 3.1.1 (2020-06-23)
**Added**

View File

@@ -1,4 +1,4 @@
__version__ = "3.1.0"
__version__ = "3.1.1"
__description__ = "One-stop solution for HTTP(S) testing."
# import firstly for monkey patch if needed

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "3.1.0"
version = "3.1.1"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"