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
  • Loading branch information
eric-wieser authored Mar 6, 2020
2 parents 4691d43 + f1cf2af commit 061253d
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -18,7 +18,8 @@
long_description=long_description,
long_description_content_type='text/markdown',
author='Robert Kern',
author_email='alexarsenovic@gmail.com',
maintainer='Alex Arsenovic',
maintainer_email='alexarsenovic@gmail.com',
url='http://clifford.readthedocs.io',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 061253d

Please sign in to comment.