Skip to content

Commit

Permalink
Update to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elmoiv authored Aug 14, 2023
1 parent 9c73418 commit ee26957
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions redvid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .redvid import Downloader

__name__ = 'redvid.redvid.Downloader'
__author__ = 'Khaled H. El-Morshedy'
__url__ = 'https://github.com/elmoiv/redvid'
__description__ = 'Smart downloader for Reddit hosted videos'
__license__ = 'GPL-v3.0'
__version__ = '2.0.0'
from .redvid import Downloader

__name__ = 'redvid.redvid.Downloader'
__author__ = 'Khaled H. El-Morshedy'
__url__ = 'https://github.com/elmoiv/redvid'
__description__ = 'Smart downloader for Reddit hosted videos'
__license__ = 'GPL-v3.0'
__version__ = '2.0.1'

0 comments on commit ee26957

Please sign in to comment.