We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46386a6 commit 9c193cfCopy full SHA for 9c193cf
1 file changed
setup.py
@@ -5,13 +5,13 @@
5
6
setuptools.setup(
7
name="wormbase_parasite",
8
- version="0.4.0",
9
- author="Christopher Anna",
10
- author_email="canna12@gmail.com",
+ version="0.5.0",
+ author="Christopher Maclean",
+ author_email="christopher.j.maclean@gmail.com",
11
description="An interface to the Wormbase REST API",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
- url="https://github.com/c-anna/PyWormbase",
+ url="https://github.com/chris-maclean/PyWormbase",
15
packages=['wormbase_parasite', 'wormbase_parasite.endpoint_groups'],
16
classifiers=(
17
"Programming Language :: Python :: 3",
0 commit comments