Skip to content

Commit 47ca9c3

Browse files
committed
Update to version 1.0.2
1 parent a3ba505 commit 47ca9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
__author__ = 'Wander Lairson Costa'
4747

4848
# Use Semantic Versioning, http://semver.org/
49-
version_info = (1, 0, 0)
49+
version_info = (1, 0, 2)
5050
__version__ = '%d.%d.%d' % version_info
5151

5252
__all__ = ['legacy', 'control', 'core', 'backend', 'util', 'libloader']

0 commit comments

Comments
 (0)