Skip to content

Commit 9be0804

Browse files
committed
new version
1 parent c6d71d8 commit 9be0804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/video-to-ascii

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import argparse
4-
from video_to_ascii import player
4+
d from video_to_ascii import player
55

66
CLI_DESC = "It is a simple python package to play videos in the terminal using colored characters as pixels or other usefull outputs"
77
EPILOG = ("\033[1;37mThanks for trying video-to-ascii!\033[0m")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def install_package(package):
1717

1818
setup(
1919
name="video_to_ascii",
20-
version="1.2.5",
20+
version="1.2.6",
2121
author="Joel Ibaceta",
2222
author_email="[email protected]",
2323
license='MIT',

0 commit comments

Comments
 (0)