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

3.0 release prep (#1272)

This commit is contained in:
Batuhan Taskaya
2022-01-21 20:34:38 +03:00
committed by GitHub
parent d2d40eb336
commit 88140422a9
3 changed files with 3 additions and 3 deletions

View File

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