Skip to content

Commit

Permalink
v0.2.0 (#230)
Browse files Browse the repository at this point in the history
- Add uuid attribute to adapter class
- Add method to pair and cancel_pairing
- Add micro:bit UART client
- Add event when new device found
  • Loading branch information
ukBaz authored May 6, 2019
1 parent e46e354 commit b31509d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = u'0.1.0'
version = u'0.2.0'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0'
release = u'0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
tag = True
tag_name = {new_version}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0',
version='0.2.0',

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

0 comments on commit b31509d

Please sign in to comment.