Skip to content

Commit 061253d

Browse files
authored
Merge pull request #269 from eric-wieser/pypi-fix-emails
Don't link Robert's name to Alex's email
2 parents 4691d43 + f1cf2af commit 061253d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

clifford/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 1) we don't load dependencies by storing it in __init__.py
66
# 2) we can import it in setup.py for the same reason
77
# 3) we can import it into your module
8-
__version__ = '1.3.0dev0'
8+
__version__ = '1.3.0dev1'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
2020
author='Robert Kern',
21-
author_email='[email protected]',
21+
maintainer='Alex Arsenovic',
22+
maintainer_email='[email protected]',
2223
url='http://clifford.readthedocs.io',
2324
packages=find_packages(),
2425
install_requires=[

0 commit comments

Comments
 (0)