diff options
author | rsiddharth <s@ricketyspace.net> | 2020-07-11 18:25:02 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-07-11 18:25:02 -0400 |
commit | 2278bf9833651d237e5ba48df7af0bf5c0120a47 (patch) | |
tree | a1779fb272ad74070c08fc00852d3f780f981617 | |
parent | ebede50d48027f4b8940cf41c9dc700927816d62 (diff) |
markdown_link_style: bump to version 0.2.1v0.2.1
-rw-r--r-- | markdown_link_style/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py index 22c7d3a..f1d3184 100644 --- a/markdown_link_style/_version.py +++ b/markdown_link_style/_version.py @@ -18,4 +18,4 @@ # along with markdown-link-style (see COPYING). If not, see # <http://www.gnu.org/licenses/>. -__version__ = "0.2.1.dev1" +__version__ = "0.2.1" |