mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
bump version
This commit is contained in:
parent
c10b614f70
commit
d1e6b5366c
@ -1,5 +1,5 @@
|
||||
253 Aldo Cortesi
|
||||
210 Maximilian Hils
|
||||
212 Maximilian Hils
|
||||
109 Thomas Kriechbaumer
|
||||
8 Chandler Abraham
|
||||
8 Kyle Morton
|
||||
|
@ -1,6 +1,6 @@
|
||||
from __future__ import (absolute_import, print_function, division)
|
||||
|
||||
IVERSION = (0, 15)
|
||||
IVERSION = (0, 15, 1)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
|
||||
NAME = "netlib"
|
||||
|
Loading…
Reference in New Issue
Block a user