Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Commit 7bc6e97

Browse files
committed
release: v1.0.4
1 parent fe893da commit 7bc6e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77
name="notion2github",
8-
version="1.0.3",
8+
version="1.0.4",
99
description="A tool to use Notion as a Github Flavored Markdown(aka GFM) editor.",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",
1212
author="younho9",
1313
author_email="[email protected]",
1414
url="https://github.com/younho9/notion2github",
15-
download_url="https://github.com/younho9/notion2github/archive/v1.0.3.tar.gz",
15+
download_url="https://github.com/younho9/notion2github/archive/v1.0.4.tar.gz",
1616
install_requires=[],
1717
packages=find_packages(exclude=[]),
1818
keywords=["notion", "github"],

0 commit comments

Comments
 (0)