diff --git a/.gitignore b/.gitignore index f17c3fb..451a0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ *.o a.out *~ -.#* \ No newline at end of file +.#* +dist/ +pandacan.egg-info/ diff --git a/panda/__init__.py b/panda/__init__.py index b856934..4b43627 100644 --- a/panda/__init__.py +++ b/panda/__init__.py @@ -6,7 +6,7 @@ import hashlib import socket import usb1 -__version__ = '0.0.1' +__version__ = '0.0.2' class PandaHashMismatchException(Exception): def __init__(self, hash_, expected_hash):