Skip to content

Commit 54775a2

Browse files
Bump version
1 parent ba20eb4 commit 54775a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = zxpy
3-
version = 1.5.2
3+
version = 1.6.0
44
description = Shell scripts made simple
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -14,7 +14,6 @@ classifiers =
1414
Operating System :: OS Independent
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
@@ -24,7 +23,7 @@ classifiers =
2423

2524
[options]
2625
py_modules = zx
27-
python_requires = >=3.6
26+
python_requires = >=3.7
2827

2928
[options.entry_points]
3029
console_scripts =

0 commit comments

Comments
 (0)