We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ad6a commit bfbaa1bCopy full SHA for bfbaa1b
pyftdi/__init__.py
@@ -24,7 +24,7 @@
24
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
25
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
-__version__ = '0.43.3'
+__version__ = '0.44.0'
28
__title__ = 'PyFtdi'
29
__description__ = 'FTDI device driver (pure Python)'
30
__uri__ = 'http://github.com/eblot/pyftdi'
@@ -33,7 +33,7 @@
33
# For all support requests, please open a new issue on GitHub
34
__email__ = 'emmanuel.blot@free.fr'
35
__license__ = 'Modified BSD'
36
-__copyright__ = 'Copyright (c) 2011-2019 Emmanuel Blot'
+__copyright__ = 'Copyright (c) 2011-2020 Emmanuel Blot'
37
38
39
from logging import WARNING, NullHandler, getLogger
0 commit comments