Skip to content

Commit b31509d

Browse files
authored
v0.2.0 (#230)
- Add uuid attribute to adapter class - Add method to pair and cancel_pairing - Add micro:bit UART client - Add event when new device found
1 parent e46e354 commit b31509d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def __getattr__(cls, name):
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = u'0.1.0'
76+
version = u'0.2.0'
7777
# The full version, including alpha/beta/rc tags.
78-
release = u'0.1.0'
78+
release = u'0.2.0'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
tag = True
44
tag_name = {new_version}
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Versions should comply with PEP440. For a discussion on single-sourcing
3030
# the version across setup.py and the project code, see
3131
# https://packaging.python.org/en/latest/single_source_version.html
32-
version='0.1.0',
32+
version='0.2.0',
3333

3434
description='Python library for Bluetooth Low Energy (BLE) on Linux',
3535
long_description=long_description,

0 commit comments

Comments
 (0)