Skip to content

Commit

Permalink
🚀 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Feb 15, 2022
1 parent bfac7c3 commit ad43fcb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = "glQiwiApi"
author = "GLEF1X"
copyright = f"{datetime.date.today().year}, {author}"
release = "2.0.1"
release = "2.0.2"

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
2 changes: 1 addition & 1 deletion glQiwiApi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def default_cache_storage() -> CacheStorage:
return InMemoryCacheStorage(invalidate_strategy=APIResponsesCacheInvalidationStrategy())


__version__ = "2.0.1"
__version__ = "2.0.2"

__all__ = (
# clients
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glQiwiApi"
version = "2.0.1"
version = "2.0.2"
description = "The ultrarapid and multifunctional wrapper over QIWI and YooMoney"
authors = [
"Gleb Garanin <[email protected]>"
Expand Down
Empty file removed pytest.ini
Empty file.
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit ad43fcb

Please sign in to comment.