Skip to content

Commit e4e8cae

Browse files
author
Naor Livne
committed
updating dev status
1 parent 67fd2c4 commit e4e8cae

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
@@ -1,6 +1,6 @@
11
__author__ = 'Naor Livne'
22
__author_email__ = 'naorlivne@gmail.com'
3-
__version__ = '1.3.1'
3+
__version__ = '1.3.2'
44

55
from setuptools import setup, find_packages
66

@@ -20,7 +20,7 @@
2020
keywords="nebula container orchestrator sdk",
2121
url="https://github.com/nebula-orchestrator/nebula-python-sdk",
2222
install_requires=['requests>=2.3.0'],
23-
classifiers=["Development Status :: 4 - Beta",
23+
classifiers=["Development Status :: 5 - Production/Stable",
2424
"Environment :: Other Environment",
2525
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2626
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)