From b018784a116c8513adfd6db17de2dbf45503b977 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 12 Jan 2023 14:19:08 +0100 Subject: [PATCH] use v4.0.0 alpha release --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 95ea4ee..1d43973 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] install_requires = - tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v3.0.0 + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a0 packages = find: python_requires = >=3.8 include_package_data = True