Skip to content

Commit

Permalink
Added more type support and changed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MujyKun committed Jul 20, 2021
1 parent 202c04e commit 64416f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Weverse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
__title__ = 'Weverse'
__author__ = 'MujyKun'
__license__ = 'MIT'
__version__ = '1.0.5'
__version__ = '1.0.5.1'
2 changes: 1 addition & 1 deletion Weverse/models/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Video:
Height of the thumbnail.
length: int
Duration of the video in seconds.
post: Post
post: Optional[Post]
The Post Object the video belongs to.
"""
def __init__(self, **kwargs):
Expand Down

0 comments on commit 64416f6

Please sign in to comment.