Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Mar 14, 2019
1 parent 0bd8406 commit 4ed3576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion concierge_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
__author__ = 'VSHN AG'
__email__ = '[email protected]'
__url__ = 'https://github.com/vshn/concierge-cli'
__version__ = '0.1.2.dev1'
__version__ = '1.0.0'
__license__ = 'BSD 3-Clause'
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def read_file(filename):
include_package_data=True,
keywords=['cli', 'gitlab', 'management'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
Expand Down

0 comments on commit 4ed3576

Please sign in to comment.