Skip to content

Commit

Permalink
Merge pull request #1 from ukBaz/project_url_fix
Browse files Browse the repository at this point in the history
fix Project url
  • Loading branch information
ukBaz authored Feb 1, 2021
2 parents 944ed5b + 0ee66db commit d9aad6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
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.2.0
current_version = 0.3.0
tag = True
tag_name = v{new_version}

Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@
# 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.2.0',
version='0.3.0',

description='Python library for Bluetooth Low Energy (BLE) Central on Linux',
long_description=long_description,
long_description_content_type='text/x-rst',

# The project's main homepage.
url='https://github.com/ukBaz/python-bl'
''
''
'e-central',
url='https://github.com/ukBaz/BLE_GATT',

# Author details
author='Barry Byford',
Expand Down

0 comments on commit d9aad6f

Please sign in to comment.