Skip to content

Commit 9c193cf

Browse files
author
System Administrator
committed
Updated setup.py with new version and name change information
1 parent 46386a6 commit 9c193cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="wormbase_parasite",
8-
version="0.4.0",
9-
author="Christopher Anna",
10-
author_email="canna12@gmail.com",
8+
version="0.5.0",
9+
author="Christopher Maclean",
10+
author_email="christopher.j.maclean@gmail.com",
1111
description="An interface to the Wormbase REST API",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/c-anna/PyWormbase",
14+
url="https://github.com/chris-maclean/PyWormbase",
1515
packages=['wormbase_parasite', 'wormbase_parasite.endpoint_groups'],
1616
classifiers=(
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)