bump version and push to pypi with 'python3 setup.py sdist upload'

master
George Hotz 2017-06-20 15:44:08 -07:00
parent 2379351f89
commit 7c8c1a64d9
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -3,4 +3,6 @@
*.o
a.out
*~
.#*
.#*
dist/
pandacan.egg-info/

View File

@ -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):