We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72b1ea6 + 7f7ca8d commit 7946c96Copy full SHA for 7946c96
setup.py
@@ -9,7 +9,7 @@ def readme():
9
10
setup(
11
name="nightfall",
12
- version="1.0.1",
+ version="1.0.2",
13
description="Python SDK for Nightfall",
14
long_description=readme(),
15
long_description_content_type="text/markdown",
@@ -18,7 +18,7 @@ def readme():
18
author_email="[email protected]",
19
license="MIT",
20
classifiers=[
21
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Stable",
22
"Intended Audience :: Developers",
23
"Intended Audience :: System Administrators",
24
"License :: OSI Approved :: MIT License",
@@ -33,5 +33,5 @@ def readme():
33
install_requires=[
34
'requests',
35
],
36
- python_requires='>=3.6.*'
+ python_requires='>=3.7.*'
37
)
0 commit comments