From a915eb18f9d229bb2a2edf9ee91ba78026b7b295 Mon Sep 17 00:00:00 2001 From: Richard Lupat Date: Thu, 13 Jul 2023 07:45:49 +1000 Subject: [PATCH] Updated version number and maintainer email --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 341ac77..049e1cc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "v0.3.1.2" +__version__ = "v0.3.1" DESCRIPTION = ( "Contains classes and helpers to generate WDL without worrying about the syntax. " @@ -16,9 +16,9 @@ name="illusional.wdlgen", version=__version__, description=DESCRIPTION, - url="https://github.com/illusional/python-wdlgen", - author="Michael Franklin", - author_email="michael.franklin@petermac.org", + url="https://github.com/PMCC-BioinformaticsCore/python-wdlgen", + author="Richard Lupat", + author_email="richard.lupat@petermac.org", license="GNU", packages=["wdlgen"], install_requires=[],