diff --git a/setup.py b/setup.py index 4211af1..9895368 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: setup(name='youandme', - version='0.0.0', + version='0.0.1', description='Simple private data sharing via bytearrays, Tor tunneling and metadata paranoia', long_description=long_description, long_description_content_type='text/markdown', diff --git a/src/yam.py b/src/yam.py index 976953a..c25cc56 100644 --- a/src/yam.py +++ b/src/yam.py @@ -3,7 +3,6 @@ import socket from time import time, sleep from threading import Thread -from getch import getch from stem.control import Controller try: