Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
glentner committed Dec 13, 2019
2 parents 62af165 + 6564665 commit c0cae4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmdkit/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


__appname__ = 'cmdkit'
__version__ = '0.0.4'
__version__ = '1.0.0'
__authors__ = 'Geoffrey Lentner'
__contact__ = '<[email protected]>'
__license__ = 'Apache License'
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def readme_file():
url = 'https://cmdkit.readthedocs.io',
packages = find_packages(),
long_description = readme_file(),
long_description_content_type="text/markdown",
classifiers = ['Development Status :: 3 - Alpha',
classifiers = ['Development Status :: 5 - Production/Stable',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: Apache Software License', ],
Expand Down

0 comments on commit c0cae4b

Please sign in to comment.