Skip to content

Commit

Permalink
Update github URL in setup.py to point to dapr/mechanical-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wcs1only committed Jan 15, 2021
1 parent bc20046 commit daa01a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mechanical_markdown/__init__.py
Expand Up @@ -7,6 +7,6 @@
from mechanical_markdown.recipe import Recipe as MechanicalMarkdown
from mechanical_markdown.parsers import MarkdownAnnotationError

__version__ = '0.2.1'
__version__ = '0.2.2'

__all__ = [MechanicalMarkdown, MarkdownAnnotationError]
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
description="Run markdown recipes as shell scripts",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/wcs1only/mechanical-markdown",
url="https://github.com/dapr/mechanical-markdown",
author="Charlie Stanley",
author_email="Charlie.Stanley@microsoft.com",
license="MIT",
Expand Down

0 comments on commit daa01a1

Please sign in to comment.