diff --git a/CHANGES.md b/CHANGES.md index 0b8541a..e729d44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +1.1.0 (2018-10-16) +================== +- Change package name to sbg-cwl to sevenbridges-cwl +- Set author and maintainer to Seven Bridges Genomics Inc + 1.0.2 (2018-10-12) ================== - Bugfix for missing type argument in array, enum schemas diff --git a/VERSION b/VERSION index e6d5cb8..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b76f266..5cd4bd8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from datetime import datetime from setuptools import setup, find_packages -NAME = 'sbg-cwl' +NAME = 'sevenbridges-cwl' VERSION = '0.0.1' DIR = path.abspath(path.dirname(__file__)) NOW = datetime.utcnow() @@ -26,8 +26,8 @@ "dill==0.2.7.1", "PyYAML==3.12" ], - author='Filip Tubic', - maintainer='Filip Tubic', + author='Seven Bridges Genomics Inc.', + maintainer='Seven Bridges Genomics Inc.', maintainer_email='filip.tubic@sbgenomics.com', author_email='filip.tubic@sbgenomics.com', description='SevenBridges Common Workflow Language',