Skip to content

Commit

Permalink
made inits blank, ready for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Feb 1, 2017
1 parent 4d4f319 commit c340e07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyvesc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from pyvesc.interface import *

3 changes: 0 additions & 3 deletions pyvesc/messages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from pyvesc.messages.base import *
from pyvesc.messages.setters import *
from pyvesc.messages.getters import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'pyvesc',
packages = ['pyvesc'],
version = '1.0.6',
version = '1.0.7',
description = 'Python implementation of the VESC communication protocol.',
author = 'Liam Bindle',
author_email = '[email protected]',
url = 'https://github.com/LiamBindle/PyVESC',
download_url = 'https://github.com/LiamBindle/PyVESC/tarball/1.0.6',
download_url = 'https://github.com/LiamBindle/PyVESC/tarball/1.0.7',
keywords = ['vesc', 'VESC', 'communication', 'protcol', 'packet'],
classifiers = [],
)

0 comments on commit c340e07

Please sign in to comment.