Skip to content

Commit

Permalink
Bump version: 1.3.3 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Feb 25, 2022
1 parent 9dfba3c commit e69c989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aioauth/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "aioauth"
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
__url__ = "https://github.com/aliev/aioauth"
__version__ = "1.3.3"
__version__ = "1.4.0"
__author__ = "Ali Aliyev"
__author_email__ = "[email protected]"
__license__ = "The MIT License (MIT)"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.3
current_version = 1.4.0
commit = True
tag = True

Expand All @@ -12,7 +12,7 @@ addopts = -s --strict-markers -vv --cache-clear --maxfail=1 --cov=aioauth --cov-

[coverage:run]
branch = True
omit =
omit =
site-packages
aioauth/__version__.py

Expand Down

0 comments on commit e69c989

Please sign in to comment.