Skip to content

Commit ee1dd10

Browse files
committed
Update version to v1.1.1
1 parent 31f3885 commit ee1dd10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'NonProjects'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1'
29+
release = '1.1.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
44
name = 'tgbox',
55
packages = ['tgbox', 'tgbox.api'],
6-
version = '1.1',
6+
version = '1.1.1',
77
license = 'LGPL-2.1',
88
description = 'Encrypted cloud storage API based on a Telegram API',
99
long_description = open('README.rst', encoding='utf-8').read(),
1010
author = 'NonProjects',
1111
author_email = 'thenonproton@pm.me',
1212
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',
1414

1515
long_description_content_type='text/x-rst',
1616

tgbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://github.com/NonProjects/tgbox
44
"""
55

6-
__version__ = '1.1'
6+
__version__ = '1.1.1'
77

88
from asyncio import get_event_loop
99
from typing import Coroutine

0 commit comments

Comments
 (0)