Skip to content

Commit 7f7ca8d

Browse files
author
Dan Hertz
committed
cut 1.0.2
1 parent 72b1ea6 commit 7f7ca8d

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 @@ def readme():
99

1010
setup(
1111
name="nightfall",
12-
version="1.0.1",
12+
version="1.0.2",
1313
description="Python SDK for Nightfall",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",
@@ -18,7 +18,7 @@ def readme():
1818
author_email="[email protected]",
1919
license="MIT",
2020
classifiers=[
21-
"Development Status :: 4 - Beta",
21+
"Development Status :: 5 - Stable",
2222
"Intended Audience :: Developers",
2323
"Intended Audience :: System Administrators",
2424
"License :: OSI Approved :: MIT License",
@@ -33,5 +33,5 @@ def readme():
3333
install_requires=[
3434
'requests',
3535
],
36-
python_requires='>=3.6.*'
36+
python_requires='>=3.7.*'
3737
)

0 commit comments

Comments
 (0)