Skip to content

Commit

Permalink
Update version for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Apr 16, 2018
1 parent 99e8cf5 commit 00a17bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PY2 = (PY_MAJOR_VERSION == 2)
IS_WINDOWS = (sys.platform in ['win32', 'cygwin'])

cis_ver = "0.1.3"
cis_ver = "0.2"


def install_matlab():
Expand Down

0 comments on commit 00a17bf

Please sign in to comment.