Skip to content

Commit 0fe3dcb

Browse files
committed
Release 2022.3.4
1 parent d347dc1 commit 0fe3dcb

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
@@ -25,15 +25,15 @@ def finalize_options(self):
2525

2626
setup(
2727
name='cmarkgfm',
28-
version='0.7.0',
28+
version='0.8.0',
2929
description="Minimal bindings to GitHub's fork of cmark",
3030
long_description=long_description,
3131
long_description_content_type="text/x-rst",
3232
url='https://github.com/theacodes/cmarkgfm',
3333
author='The Python Packaging Authority',
3434
3535
classifiers=[
36-
'Development Status :: 3 - Alpha',
36+
'Development Status :: 5 - Production/Stable',
3737
'Intended Audience :: Developers',
3838
'Topic :: Software Development :: Build Tools',
3939
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)