mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 09:13:50 +08:00
bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from __future__ import (absolute_import, print_function, division)
|
||||
|
||||
IVERSION = (0, 17)
|
||||
IVERSION = (0, 17, 1)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
NAME = "netlib"
|
||||
NAMEVERSION = NAME + " " + VERSION
|
||||
|
||||
Reference in New Issue
Block a user