Skip to content

Commit bfbaa1b

Browse files
committed
Bump version: I2C implementation has been reworked.
1 parent 6e5ad6a commit bfbaa1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyftdi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
2525
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
__version__ = '0.43.3'
27+
__version__ = '0.44.0'
2828
__title__ = 'PyFtdi'
2929
__description__ = 'FTDI device driver (pure Python)'
3030
__uri__ = 'http://github.com/eblot/pyftdi'
@@ -33,7 +33,7 @@
3333
# For all support requests, please open a new issue on GitHub
3434
__email__ = 'emmanuel.blot@free.fr'
3535
__license__ = 'Modified BSD'
36-
__copyright__ = 'Copyright (c) 2011-2019 Emmanuel Blot'
36+
__copyright__ = 'Copyright (c) 2011-2020 Emmanuel Blot'
3737

3838

3939
from logging import WARNING, NullHandler, getLogger

0 commit comments

Comments
 (0)