From 99c064e3ae9eebb6283ce01fb4ad8ba68ff47a29 Mon Sep 17 00:00:00 2001 From: imbeacon Date: Mon, 1 Jul 2024 08:28:23 +0300 Subject: [PATCH] For release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c6071e..34ea9c7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from os import path NAME = "tb-rest-client" -VERSION = "3.6.2" +VERSION = "3.7.0" this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: