Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f9n committed Nov 7, 2018
1 parent 8079fba commit ed46425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ mkdir ${CESI_SETUP_PATH}
$ cd ${CESI_SETUP_PATH}

$ # Download the project to ~/cesi directory
$ wget https://github.com/gamegos/cesi/releases/download/v2.4/cesi.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.5.0/cesi-extended.tar.gz -O cesi.tar.gz
$ tar -xvf cesi.tar.gz

$ # Create virtual environment and install requirement packages
Expand All @@ -58,7 +58,7 @@ $ mkdir ${CESI_SETUP_PATH}
$ cd ${CESI_SETUP_PATH}

$ # Download the project to CESI_SETUP_PATH directory
$ wget https://github.com/gamegos/cesi/releases/download/v2.4/cesi.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.5.0/cesi-extended.tar.gz -O cesi.tar.gz
$ tar -xvf cesi.tar.gz

$ # Create virtual environment and install requirement packages
Expand Down
2 changes: 1 addition & 1 deletion cesi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4"
__version__ = "2.5.0"

0 comments on commit ed46425

Please sign in to comment.