Skip to content

Commit b3c60b7

Browse files
committed
Update version to 1.0.1. After changes in zc.buildout/setuptools the tarball name needs to match case sensitive the package name defined in setup.py
1 parent c3d224a commit b3c60b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2009-2014 Wander Lairson Costa. All Rights Reserved.
1+
Copyright (C) 2009-2017 Wander Lairson Costa. All Rights Reserved.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

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, 1)
5050
__version__ = '%d.%d.%d' % version_info
5151

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

0 commit comments

Comments
 (0)