Skip to content

Commit

Permalink
v0.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MujyKun committed Jul 27, 2021
1 parent bf44a19 commit 7325010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UCube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__title__ = 'UCube'
__author__ = 'MujyKun'
__license__ = 'MIT'
__version__ = '0.0.2.0'
__version__ = '0.0.2.1'


def check_expired_token(func):
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.7.4.post0
requests==2.26.0
python-dotenv>=0.18.0
ucube==0.0.2.0
ucube==0.0.2.1

0 comments on commit 7325010

Please sign in to comment.