Skip to content

Commit

Permalink
release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Sep 9, 2020
1 parent 9256abd commit b5c0642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ If you need a quickly running test for your device, use this::
Requirements
============

- Python_ 2.5+ required
- Python_ 3 required

- ctypes_ (included in Python 2.5+)
- ctypes_ (included in Python)

- libusb-1.0_

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description=long_description.split('\n')[0],
long_description='.. contents::\n\n' + long_description,
keywords='usb lcd lcd2usb',
version='1.2',
version='1.3',
author='Xie Yanbo',
author_email='xieyanbo@gmail.com',
url='http://github.com/xyb/lib2usb',
Expand All @@ -23,6 +23,7 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries',
'Topic :: System :: Hardware :: Hardware Drivers',
],
Expand Down

0 comments on commit b5c0642

Please sign in to comment.