From 5d678d6f1a33fe64f4082dfcf2cc160fb9adb775 Mon Sep 17 00:00:00 2001 From: Ivan Konovalov Date: Sat, 10 Jul 2021 14:38:33 +0500 Subject: [PATCH] Version 1.3.1 --- docs/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6e9902a..c8a0be3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,7 @@ def handle_item(fieldarg, content): # General information about the project. project = 'YaDisk-async' -copyright = '2019, Ivan Konovalov' +copyright = '2021, Ivan Konovalov' author = 'Ivan Konovalov' # The version info for the project you're documenting, acts as replacement for @@ -102,9 +102,9 @@ def handle_item(fieldarg, content): # built documents. # # The short X.Y version. -version = '1.3.0' +version = '1.3.1' # The full version, including alpha/beta/rc tags. -release = '1.3.0' +release = '1.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 02304e3..c0221fc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = f.read() setup(name="yadisk-async", - version="1.3.0", + version="1.3.1", packages=find_packages(exclude=("tests",)), description="Библиотека-клиент REST API Яндекс.Диска с поддержкой async/await / Yandex.Disk REST API client library with async/await support", long_description=long_description,