Skip to content

Commit

Permalink
bump version 2022.3.4 -> 2022.10.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarkhau committed Oct 26, 2022
1 parent eed5581 commit e098290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and can be installed with `pip` or `pipenv`::
pip install --user cmarkgfm
pipenv install cmarkgfm

Wheels are provided for macOS, Linux, and Windows for Python 3.6, 3.7, 3.8, 3.9 and 3.10.
Wheels are provided for macOS, Linux, and Windows for Python 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11.


Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def finalize_options(self):

setup(
name='cmarkgfm',
version='2022.3.4',
version='2022.10.26',
description="Minimal bindings to GitHub's fork of cmark",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit e098290

Please sign in to comment.