Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zarubin committed Nov 5, 2024
1 parent 489ecb2 commit 7f230bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Subscribe and like!

[![Version](https://img.shields.io/badge/PyPI-3.0.14-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.0.14%20(&suffix=))](https://github.com/keygenqt/aurora-cli/releases)
[![Version](https://img.shields.io/badge/PyPI-3.0.15-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.0.15%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)

Expand Down
2 changes: 1 addition & 1 deletion aurora_cli/src/base/constants/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

APP_NAME = 'aurora-cli'

APP_VERSION = '3.0.14'
APP_VERSION = '3.0.15'

PATH_DIR = '~/.aurora-cli'

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ sudo apt-get install \
Для запуска такого приложения достаточно выполнить:

```shell
python3 ~/Downloads/aurora-cli-3.0.14.pyz
python3 ~/Downloads/aurora-cli-3.0.15.pyz
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setuptools.setup(
name='aurora-cli',
version='3.0.14.0',
version='3.0.15.0',
author='Vitaliy Zarubin',
author_email='[email protected]',
description='An application that simplifies the life of an application developer for the Aurora OS.',
Expand Down

0 comments on commit 7f230bd

Please sign in to comment.