We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cae2b3 commit 2f7627cCopy full SHA for 2f7627c
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='mitemp_bt',
6
- version='0.0.4',
+ version='0.0.5',
7
description='Library to read data from Mi Temperature and Humidity Sensor (V2) using Bluetooth LE with LCD display',
8
url='https://github.com/ratcashdev/mitemp',
9
author='ratcashdev',
@@ -16,7 +16,7 @@
16
'License :: OSI Approved :: MIT License',
17
'Programming Language :: Python :: 3',
18
'Programming Language :: Python :: 3.4',
19
- 'Programming Language :: Python :: 3.5'
+ 'Programming Language :: Python :: 3.5',
20
'Programming Language :: Python :: 3.9'
21
],
22
packages=find_packages(exclude=["test.*", "test"]),
0 commit comments