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

Bump the version to 2.6.0.dev0 (#1162)

[skip ci]
This commit is contained in:
Mickaël Schoentgen
2021-09-21 10:40:09 +02:00
committed by GitHub
parent 529aa78ee1
commit 273134123a
3 changed files with 4 additions and 2 deletions

View File

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