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 d347dc1 commit 0fe3dcbCopy full SHA for 0fe3dcb
setup.py
@@ -25,15 +25,15 @@ def finalize_options(self):
25
26
setup(
27
name='cmarkgfm',
28
- version='0.7.0',
+ version='0.8.0',
29
description="Minimal bindings to GitHub's fork of cmark",
30
long_description=long_description,
31
long_description_content_type="text/x-rst",
32
url='https://github.com/theacodes/cmarkgfm',
33
author='The Python Packaging Authority',
34
author_email='[email protected], [email protected]',
35
classifiers=[
36
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
37
'Intended Audience :: Developers',
38
'Topic :: Software Development :: Build Tools',
39
'License :: OSI Approved :: MIT License',
0 commit comments