Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Mar 7, 2022
1 parent ba20eb4 commit 54775a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -24,7 +23,7 @@ classifiers =

[options]
py_modules = zx
python_requires = >=3.6
python_requires = >=3.7

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 54775a2

Please sign in to comment.