From 5ef23685431fc5fbf1ace0f6f74954a22bfa0027 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Fri, 6 Mar 2020 15:05:14 +0000 Subject: [PATCH 1/2] Don't link Robert's name to Alex's email I assume @rkern does not particularly want to receive emails about this, so I've left their email address absent. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b670a4ef..0eb2246c 100644 --- a/setup.py +++ b/setup.py @@ -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=[ From f1cf2af003f7d8686a8b54ca822ff9aaa7fcc96b Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Fri, 6 Mar 2020 15:06:02 +0000 Subject: [PATCH 2/2] Create a pre-release version for PyPI, to test tweaks to readme and setup.py. --- clifford/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clifford/_version.py b/clifford/_version.py index f6648303..9f97a344 100644 --- a/clifford/_version.py +++ b/clifford/_version.py @@ -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'