1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2026-04-05 14:18:43 +02:00

Prep for v1.0.4

This commit is contained in:
Phil Howard
2017-12-04 10:37:52 +00:00
parent 097287e842
commit da6ae97f1f
5 changed files with 22 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
setup(
name = 'bme680',
version = '1.0.3',
version = '1.0.4',
author = 'Philip Howard',
author_email = 'phil@pimoroni.com',
description = """Python library for driving the Pimoroni BME680 Breakout""",