diff options
-rw-r--r-- | markdown_link_style/_version.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py index 7355fde..648b852 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.1.0.dev5' +__version__ = '0.1.0b1' @@ -35,7 +35,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: config = { 'name': 'markdown-link-style', 'version': __version__, - 'description': 'Switch between markdown inline and footnote link styles', + 'description': 'Switch between inline and footnote link style in markdown documents.', 'long_description': long_description, 'platforms': 'GNU/Linux', 'url': 'https://git.ricketyspace.net/markdown-link-style', |