diff --git a/README.md b/README.md index 8f45f924..35e9343d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ### Subscribe and like! -[![Version](https://img.shields.io/badge/PyPI-3.2.7-blue?logo=pypi&logoColor=white)](https://pypi.org/project/aurora-cli/) -[![Releases](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-cli/releases/latest&query=assets[0][download_count]&label=Releases&color=blue&logo=github&prefix=3.2.7%20(&suffix=))](https://github.com/keygenqt/aurora-cli/releases) +[![Version](https://img.shields.io/badge/PyPI-3.2.8-blue?logo=pypi&logoColor=white)](https://pypi.org/project/aurora-cli/) +[![Releases](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-cli/releases/latest&query=assets[0][download_count]&label=Releases&color=blue&logo=github&prefix=3.2.8%20(&suffix=))](https://github.com/keygenqt/aurora-cli/releases) ![picture](https://github.com/keygenqt/aurora-cli/blob/main/data/images/banner/banner_1000.png?raw=true) diff --git a/aurora_cli/src/base/constants/app.py b/aurora_cli/src/base/constants/app.py index 7e5d59d1..2ed065e7 100644 --- a/aurora_cli/src/base/constants/app.py +++ b/aurora_cli/src/base/constants/app.py @@ -16,7 +16,7 @@ APP_NAME = 'aurora-cli' -APP_VERSION = '3.2.7' +APP_VERSION = '3.2.8' PATH_DIR = '~/.aurora-cli' diff --git a/docs/install.md b/docs/install.md index 87656bde..7bd93722 100644 --- a/docs/install.md +++ b/docs/install.md @@ -109,5 +109,5 @@ sudo apt-get install \ Для запуска такого приложения достаточно выполнить: ```shell -python3 ~/Downloads/aurora-cli-3.2.7.pyz +python3 ~/Downloads/aurora-cli-3.2.8.pyz ``` \ No newline at end of file diff --git a/setup.py b/setup.py index e4cda19a..209261f3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setuptools.setup( name='aurora-cli', - version='3.2.7', + version='3.2.8', author='Vitaliy Zarubin', author_email='keygenqt@gmail.com', description='An application that simplifies the life of an application developer for the Aurora OS.',