Skip to content

Commit 35d1935

Browse files
committed
Bump version to 0.3.1
1 parent 704fa8d commit 35d1935

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ defined in `LICENSE`.
142142

143143
## Change Log
144144

145+
### Version 0.3.1 (2023/07/28)
146+
147+
Include README in release.
148+
145149
### Version 0.3 (2022/07/18)
146150

147151
Update dependencies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = 'mdx_gh_links'
8-
version = '0.3'
8+
version = '0.3.1'
99
description = "An extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits."
1010
readme = {file = 'README.md', content-type='text/markdown'}
1111
authors = [

0 commit comments

Comments
 (0)