Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ursinedeity committed Mar 14, 2017
1 parent 1ed3a24 commit b1c0911
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
__credits__ = ["Nan Hua"]

__license__ = "GPL"
__version__ = "0.0.1"
__version__ = "1.0.1"
__email__ = "[email protected]"

class GeneratePopulationOfGenomeStructure(WorkflowRunner):
Expand Down Expand Up @@ -202,4 +202,4 @@ def workflow(self):

GeneratePopulationOfGenomeStructure_wf = GeneratePopulationOfGenomeStructure(args.input_config)

sys.exit(GeneratePopulationOfGenomeStructure_wf.run(**default_pyflow_args(args)))
sys.exit(GeneratePopulationOfGenomeStructure_wf.run(**default_pyflow_args(args)))
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

setup(
name = 'pgs',
version = '0.0.1',
author = 'Hanjun Shin',
author_email = 'shanjun@usc.edu',
version = '1.0.1',
author = 'Nan Hua',
author_email = 'nhua@usc.edu',
url = '',
description = '3D Modeling Pipeline Workflows',
packages=['alab'],
Expand Down

0 comments on commit b1c0911

Please sign in to comment.