Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelibaceta committed Dec 10, 2018
1 parent c6d71d8 commit 9be0804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/video-to-ascii
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

import argparse
from video_to_ascii import player
d from video_to_ascii import player

CLI_DESC = "It is a simple python package to play videos in the terminal using colored characters as pixels or other usefull outputs"
EPILOG = ("\033[1;37mThanks for trying video-to-ascii!\033[0m")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def install_package(package):

setup(
name="video_to_ascii",
version="1.2.5",
version="1.2.6",
author="Joel Ibaceta",
author_email="[email protected]",
license='MIT',
Expand Down

0 comments on commit 9be0804

Please sign in to comment.