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

Commit 97eb4ba

Browse files
committed
Change email bump version
1 parent f0d17c5 commit 97eb4ba

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
@@ -2,13 +2,13 @@
22

33
setup(
44
name='md2notion',
5-
version='1.2.0',
5+
version='1.2.1',
66
description='Utilities for importing Markdown files to Notion.so',
77
long_description=open('README.md', 'r').read(),
88
long_description_content_type="text/markdown",
99
url='https://github.com/Cobertos/md2notion/',
1010
author='Cobertos',
11-
author_email='[email protected]',
11+
author_email='me+python@cobertos.com',
1212
license='MIT',
1313
classifiers=[
1414
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)