Skip to content

Commit

Permalink
Merge branch 'feature/package_name' into 'develop'
Browse files Browse the repository at this point in the history
set pkg name to sevenbridges-cwl

See merge request ftubic/sevenbridges-cwl!3
  • Loading branch information
Filip Tubic committed Oct 16, 2018
2 parents f8e4cec + 9b832c1 commit 06f8866
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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',
Expand Down

0 comments on commit 06f8866

Please sign in to comment.