Skip to content

Commit

Permalink
Merge pull request #269 from eric-wieser/pypi-fix-emails
Browse files Browse the repository at this point in the history
Don't link Robert's name to Alex's email
eric-wieser authored Mar 6, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 4691d43 + f1cf2af commit 061253d
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clifford/_version.py
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '1.3.0dev0'
__version__ = '1.3.0dev1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -18,7 +18,8 @@
long_description=long_description,
long_description_content_type='text/markdown',
author='Robert Kern',
author_email='[email protected]',
maintainer='Alex Arsenovic',
maintainer_email='[email protected]',
url='http://clifford.readthedocs.io',
packages=find_packages(),
install_requires=[

0 comments on commit 061253d

Please sign in to comment.