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.
1 parent 67fd2c4 commit e4e8caeCopy full SHA for e4e8cae
setup.py
@@ -1,6 +1,6 @@
1
__author__ = 'Naor Livne'
2
__author_email__ = 'naorlivne@gmail.com'
3
-__version__ = '1.3.1'
+__version__ = '1.3.2'
4
5
from setuptools import setup, find_packages
6
@@ -20,7 +20,7 @@
20
keywords="nebula container orchestrator sdk",
21
url="https://github.com/nebula-orchestrator/nebula-python-sdk",
22
install_requires=['requests>=2.3.0'],
23
- classifiers=["Development Status :: 4 - Beta",
+ classifiers=["Development Status :: 5 - Production/Stable",
24
"Environment :: Other Environment",
25
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
26
"Operating System :: OS Independent",
0 commit comments