Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Jul 21, 2023
1 parent 0600178 commit 22c1a9c
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 @@ -6,15 +6,15 @@

setup(
name="httpmdhtml",
version="0.1.0",
version="0.1.1",
license="gpl-3.0",
author="John Hupperts",
author_email="[email protected]",
description="HTTP server that converts markdown to HTML",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/treatmesubj/python-md-to-html-server",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.1.0.tar.gz",
download_url="https://github.com/treatmesubj/python-md-to-html-server/archive/refs/tags/v0.1.1.tar.gz",
packages=["httpmdhtml"],
package_dir={"python-md-to-html-server": "httpmdhtml"},
project_urls={
Expand Down

0 comments on commit 22c1a9c

Please sign in to comment.