Skip to content

Commit

Permalink
Updated version number and maintainer email
Browse files Browse the repository at this point in the history
  • Loading branch information
rlupat committed Jul 12, 2023
1 parent d42ed24 commit a915eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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. "
Expand All @@ -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=[],
Expand Down

0 comments on commit a915eb1

Please sign in to comment.