Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dougli1sqrd committed Apr 20, 2017
1 parent c5c5b96 commit 83ccbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

setup(
name="yamldown",
version="0.1.1",
version="0.1.2",
packages=["yamldown"],
author="edouglass",
author_email="[email protected]",
url="https://github.com/dougli1sqrd/yamldown",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.1.tar.gz",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.2.tar.gz",
description="Python library for loading and dumping \"yamldown\" (markdown with embedded yaml) files.",
long_description=open("README.md").read(),
keywords=["yaml", "markdown"],
Expand Down

0 comments on commit 83ccbb6

Please sign in to comment.