File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
author = 'NonProjects'
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '1.1'
29
+ release = '1.1.1 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = 'tgbox' ,
5
5
packages = ['tgbox' , 'tgbox.api' ],
6
- version = '1.1' ,
6
+ version = '1.1.1 ' ,
7
7
license = 'LGPL-2.1' ,
8
8
description = 'Encrypted cloud storage API based on a Telegram API' ,
9
9
long_description = open ('README.rst' , encoding = 'utf-8' ).read (),
10
10
author = 'NonProjects' ,
11
11
author_email = 'thenonproton@pm.me' ,
12
12
url = 'https://github.com/NonProjects/tgbox' ,
13
- download_url = 'https://github.com/NonProjects/tgbox/archive/refs/tags/v1.1.tar.gz' ,
13
+ download_url = 'https://github.com/NonProjects/tgbox/archive/refs/tags/v1.1.1. tar.gz' ,
14
14
15
15
long_description_content_type = 'text/x-rst' ,
16
16
Original file line number Diff line number Diff line change 3
3
https://github.com/NonProjects/tgbox
4
4
"""
5
5
6
- __version__ = '1.1'
6
+ __version__ = '1.1.1 '
7
7
8
8
from asyncio import get_event_loop
9
9
from typing import Coroutine
You can’t perform that action at this time.
0 commit comments