We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e928f commit 0be5956Copy full SHA for 0be5956
setup.py
@@ -39,7 +39,7 @@
39
# Versions should comply with PEP440. For a discussion on single-sourcing
40
# the version across setup.py and the project code, see
41
# http://packaging.python.org/en/latest/tutorial.html#version
42
- version='0.0.7',
+ version='0.0.9',
43
44
description='SparkFun Electronics qwiic CCS811',
45
long_description=long_description,
@@ -77,7 +77,7 @@
77
'Programming Language :: Python :: 3.5',
78
'Programming Language :: Python :: 3.6',
79
'Programming Language :: Python :: 3.7',
80
-
+
81
],
82
83
# What does your project relate to?
0 commit comments