-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bunch of linting clean up for CFstack.py
also broke up populate_params method to remove dup code
- Loading branch information
Peter Hall
committed
Mar 18, 2015
1 parent
94434c4
commit e199287
Showing
2 changed files
with
103 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name = "cumulus", | ||
version = "0.2a5", | ||
version = "0.3a0", | ||
author = "Peter Hall", | ||
author_email= '[email protected]', | ||
license='Apache Software License 2.0', | ||
|