Skip to content

Commit 8ed6a07

Browse files
Release 0.1.1
1 parent 1cf649b commit 8ed6a07

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ Data Exchange Format (NDEF) records and messages, released under the
3131
3232
The ``ndeftool`` documentation can be found on `Read the Docs
3333
<https://ndeftool.readthedocs.io/>`_ and the code on `GitHub
34-
<https://github.com/nfcpy/ndeftool>`_. It is `continously tested
35-
<https://travis-ci.org/nfcpy/ndeftool>`_ for Python 2.7 and 3.5 with
36-
the aim for close to complete `test coverage
37-
<https://codecov.io/gh/nfcpy/ndeftool>`_.
34+
<https://github.com/nfcpy/ndeftool>`_.

src/ndeftool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# METADATA ####################################################################
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"
66

77
__title__ = "ndeftool"
88
__description__ = "Create or inspect NFC Data Exchange Format messages."

0 commit comments

Comments
 (0)