Skip to content

Commit

Permalink
Merge pull request #288 from suavecode/setup_dot_py
Browse files Browse the repository at this point in the history
Updated Setup.py
  • Loading branch information
planes authored Feb 13, 2019
2 parents baa77a3 + ad77f0d commit 4799d7a
Showing 1 changed file with 2 additions and 2 deletions.
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 = '1.0.0'
date = 'August 15, 2017'
version = '2.0.0'
date = 'February 14, 2019'

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

0 comments on commit 4799d7a

Please sign in to comment.