Skip to content

Commit 4ac918f

Browse files
Fix python_requires syntax, increment version to 0.29
1 parent eace384 commit 4ac918f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name="swick",
10-
version="0.28",
10+
version="0.29",
1111
description="The slick way to process SWC files.",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
author="Nathan T. Spencer",
1515
author_email="nathantspencer@gmail.com",
1616
url="https://nathantspencer.com",
17-
python_requires=">=3.**",
17+
python_requires=">=3.0",
1818
install_requires=[''],
1919
packages=['swick'],
2020
package_data={

0 commit comments

Comments
 (0)