Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino committed Nov 6, 2011
1 parent 9848542 commit 914bcfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfirmata/__init__.py
@@ -1,7 +1,7 @@
from pyfirmata import *
from boards import BOARDS

__version__ = '0.9.3'
__version__ = '0.9.4'

# shortcut classes

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -2,9 +2,11 @@

from distutils.core import setup

import pyfirmata

setup(
name='pyFirmata',
version='0.9',
version=pyfirmata.__version__,
description="A Python interface for the Firmata procotol",
author='Tino de Bruijn',
author_email='tinodb@gmail.com',
Expand Down

0 comments on commit 914bcfa

Please sign in to comment.