Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit eb7e466

Browse files
committed
Version bump
1 parent 006ec27 commit eb7e466

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33

44
setup(name='markdowntable',
5-
version='5.1.1',
5+
version='6.0.0',
66
description='Easy way to make markdown code for tables',
77
url='https://github.com/PokestarFan/Python-Markdown-Table',
8-
author='PokestarFan',
9-
author_email='[email protected]',
8+
author='PythonCoderAS',
109
license='MIT',
1110
packages=['markdowntable'],
12-
zip_safe=True)
11+
python_requires='>=3.7')

0 commit comments

Comments
 (0)