Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jul 10, 2021
1 parent f243346 commit 5d678d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@ 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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d678d6

Please sign in to comment.