Skip to content

Commit 4ed3576

Browse files
committed
Release v1.0.0
1 parent 0bd8406 commit 4ed3576

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

concierge_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__author__ = 'VSHN AG'
55
__email__ = 'tech@vshn.ch'
66
__url__ = 'https://github.com/vshn/concierge-cli'
7-
__version__ = '0.1.2.dev1'
7+
__version__ = '1.0.0'
88
__license__ = 'BSD 3-Clause'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ def read_file(filename):
2929
include_package_data=True,
3030
keywords=['cli', 'gitlab', 'management'],
3131
classifiers=[
32+
'Development Status :: 4 - Beta',
3233
'Intended Audience :: Developers',
34+
'Intended Audience :: System Administrators',
3335
'License :: OSI Approved :: BSD License',
3436
'Programming Language :: Python',
3537
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)