Skip to content

Commit 2f7627c

Browse files
author
ratcash
committed
version bump
1 parent 2cae2b3 commit 2f7627c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mitemp_bt',
6-
version='0.0.4',
6+
version='0.0.5',
77
description='Library to read data from Mi Temperature and Humidity Sensor (V2) using Bluetooth LE with LCD display',
88
url='https://github.com/ratcashdev/mitemp',
99
author='ratcashdev',
@@ -16,7 +16,7 @@
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 3',
1818
'Programming Language :: Python :: 3.4',
19-
'Programming Language :: Python :: 3.5'
19+
'Programming Language :: Python :: 3.5',
2020
'Programming Language :: Python :: 3.9'
2121
],
2222
packages=find_packages(exclude=["test.*", "test"]),

0 commit comments

Comments
 (0)