From 54775a25d63d30dfb954c5772e7836acff51bfdc Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Tue, 8 Mar 2022 01:37:49 +0530 Subject: [PATCH] Bump version --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3045606..1216b17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = zxpy -version = 1.5.2 +version = 1.6.0 description = Shell scripts made simple long_description = file: README.md long_description_content_type = text/markdown @@ -14,7 +14,6 @@ classifiers = Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -24,7 +23,7 @@ classifiers = [options] py_modules = zx -python_requires = >=3.6 +python_requires = >=3.7 [options.entry_points] console_scripts =