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

Make the version point to 3.0.3.dev0 (#1291)

This commit is contained in:
Batuhan Taskaya
2022-02-03 12:47:06 +03:00
committed by GitHub
parent f1ea486025
commit d45f413f12
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.2'
__version__ = '3.0.3.dev0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'