Skip to content

Commit a915eb1

Browse files
committed
Updated version number and maintainer email
1 parent d42ed24 commit a915eb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "v0.3.1.2"
3+
__version__ = "v0.3.1"
44

55
DESCRIPTION = (
66
"Contains classes and helpers to generate WDL without worrying about the syntax. "
@@ -16,9 +16,9 @@
1616
name="illusional.wdlgen",
1717
version=__version__,
1818
description=DESCRIPTION,
19-
url="https://github.com/illusional/python-wdlgen",
20-
author="Michael Franklin",
21-
author_email="michael.franklin@petermac.org",
19+
url="https://github.com/PMCC-BioinformaticsCore/python-wdlgen",
20+
author="Richard Lupat",
21+
author_email="richard.lupat@petermac.org",
2222
license="GNU",
2323
packages=["wdlgen"],
2424
install_requires=[],

0 commit comments

Comments
 (0)