Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ratcash committed Nov 4, 2021
1 parent 2cae2b3 commit 2f7627c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='mitemp_bt',
version='0.0.4',
version='0.0.5',
description='Library to read data from Mi Temperature and Humidity Sensor (V2) using Bluetooth LE with LCD display',
url='https://github.com/ratcashdev/mitemp',
author='ratcashdev',
Expand All @@ -16,7 +16,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.9'
],
packages=find_packages(exclude=["test.*", "test"]),
Expand Down

0 comments on commit 2f7627c

Please sign in to comment.