Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed May 2, 2015
1 parent 5259436 commit 92eb4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanpy/__init__.py
Expand Up @@ -5,7 +5,7 @@
"""
Nanpy library
"""
__version__ = '0.9.3'
__version__ = '0.9.4'
__author__ = 'Andrea Stagi'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
]

setup(name="nanpy",
version="0.9.3",
version="0.9.4",
description="Use your Arduino board with Python",
license="MIT",
author="Andrea Stagi",
Expand Down

0 comments on commit 92eb4a3

Please sign in to comment.