Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Jun 21, 2017
1 parent eecb903 commit b7abf59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions escs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ cd /home/tau/projects/lax-code/
git branch -a
git checkout -b development
git push --set-upstream origin development


##############################################################################
# merge development into master.
cd /home/tau/projects/lax-code/
git checkout master
git merge development
git push
git checkout development

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="lax",
version="0.1",
version="0.2",
packages=["liblax"],
scripts=['lax'],
author="Iury O. G. Figueiredo",
Expand All @@ -27,3 +27,4 @@




0 comments on commit b7abf59

Please sign in to comment.