Skip to content

Commit

Permalink
docs(version): 0.3.0
Browse files Browse the repository at this point in the history
Change to version 0.3.0
- Add the function that close UI.
  • Loading branch information
nosix committed Apr 16, 2020
1 parent 1aecfb5 commit 9e65c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .plugin import Plugin

__author__ = 'nosix'
__version__ = '0.2.2'
__version__ = '0.3.0'
__license__ = 'Apache-2.0'

__all__ = ['GPIO', 'Plugin']

0 comments on commit 9e65c46

Please sign in to comment.