diff --git a/README.md b/README.md index 483406b..bfdb631 100644 --- a/README.md +++ b/README.md @@ -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.6.1/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.2/cesi-extended.tar.gz -O cesi.tar.gz $ tar -xvf cesi.tar.gz $ # Create virtual environment and install requirement packages @@ -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.6.1/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.2/cesi-extended.tar.gz -O cesi.tar.gz $ tar -xvf cesi.tar.gz $ # Create virtual environment and install requirement packages diff --git a/cesi/version.py b/cesi/version.py index fab833f..b482efe 100644 --- a/cesi/version.py +++ b/cesi/version.py @@ -1 +1 @@ -__version__ = "2.6.1" +__version__ = "2.6.2" diff --git a/pyproject.toml b/pyproject.toml index c659ace..5d66529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cesi" -version = "2.6.1" +version = "2.6.2" description = "CeSI is a web interface for managing multiple supervisors from the same place." authors = ["Fatih Sarhan "] license = "GPL-3.0"