Skip to content

Commit

Permalink
updating installation
Browse files Browse the repository at this point in the history
  • Loading branch information
planes committed Aug 11, 2017
1 parent 2c0476a commit ddfa7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:

install:
- cd trunk
- python setup.py install
- python setup.py develop
- cd ../regression
- pip install coveralls

Expand Down
4 changes: 2 additions & 2 deletions trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def main():
import sys

the_package = 'SUAVE'
version = '0.9.0'
date = 'Jan 11, 2016'
version = '1.0.0'
date = 'August 14, 2017'

if len(sys.argv) >= 2:
command = sys.argv[1]
Expand Down

0 comments on commit ddfa7a3

Please sign in to comment.