Skip to content

Commit e479663

Browse files
committed
raise requirements to python 3.9 + bump to 0.0.3
1 parent d88af43 commit e479663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="servicestack",
12-
version="0.0.2",
12+
version="0.0.3",
1313
author="ServiceStack, Inc.",
1414
author_email="team@servicestack.net",
1515
description="ServiceStack Python Service Clients",
@@ -26,9 +26,9 @@
2626
'License :: OSI Approved :: BSD License',
2727
'Natural Language :: English',
2828
"Operating System :: OS Independent",
29-
'Programming Language :: Python :: 3.8',
29+
'Programming Language :: Python :: 3.9',
3030
'Topic :: Software Development :: Libraries :: Python Modules'
3131
],
3232
py_modules=["servicestack"],
33-
python_requires='>=3.8',
33+
python_requires='>=3.9',
3434
)

0 commit comments

Comments
 (0)