diff --git a/setup.py b/setup.py index fd18c7bf7e2b91d0fa7eb1872f1cac6ceee56ddb..d549c04a5932760e33a82192a3d56108e3d838e1 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup # keep in sync with main.py (!) -version = "0.2.6" +version = "0.2.7" desc = "Realtime-visualization of TCP flows logged by TCPlog." setup( diff --git a/tcpliveplot/main.py b/tcpliveplot/main.py index 354b30179b28c87421ce727d0bcbeebc593014f3..76a65ede2aaea833e2db87d6d6c0b81655d687b4 100644 --- a/tcpliveplot/main.py +++ b/tcpliveplot/main.py @@ -11,7 +11,7 @@ from .info_registry import InfoRegistry # constants -TCP_PLOT_VERSION = "0.2.6" +TCP_PLOT_VERSION = "0.2.7" TCP_LOG_FORMAT_VERSION_MIN = "2" DEFAULT_LOGFILE_PATH = "/tmp/tcplog.log"