From c8edae0006d41743a1212092f9ae2d64bd0d8860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D1=80=27=D1=8F=20=D0=A5=D0=B0=D1=80=D0=BB?= =?UTF-8?q?=D0=B0=D0=BD?= Date: Thu, 12 May 2022 10:00:42 +0200 Subject: [PATCH] set version 3.39.0 --- agent/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/setup.py b/agent/setup.py index 5e7e30f57..c8123acd3 100644 --- a/agent/setup.py +++ b/agent/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -app_version = '3.38.0' +app_version = '3.39.0' def build_time():