1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Bump the version to 2.7.0.dev0 (#1188)

This commit is contained in:
Mickaël Schoentgen
2021-10-19 10:21:45 +02:00
committed by GitHub
parent 419427cfb6
commit 021eb651e0
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '2.6.0'
__version__ = '2.7.0.dev0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'