Skip to content

Commit 0475037

Browse files
committed
cleanup, version bump
1 parent 9eebb70 commit 0475037

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

setup.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This is a python install script written for qwiic python package.
44
#
55
# Written by SparkFun Electronics, May 2019
6-
#
7-
# This python library supports the SparkFun Electroncis qwiic
8-
# ecosystem, providing an plaform indepenant interface to the
9-
# I2C bus.
6+
#
7+
# This python library supports the SparkFun Electroncis qwiic
8+
# ecosystem, providing an plaform indepenant interface to the
9+
# I2C bus.
1010
#
1111
# More information on qwiic is at https://www.sparkfun.com/qwiic
1212
#
@@ -15,22 +15,22 @@
1515
#==================================================================================
1616
# Copyright (c) 2019 SparkFun Electronics
1717
#
18-
# Permission is hereby granted, free of charge, to any person obtaining a copy
19-
# of this software and associated documentation files (the "Software"), to deal
20-
# in the Software without restriction, including without limitation the rights
21-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22-
# copies of the Software, and to permit persons to whom the Software is
18+
# Permission is hereby granted, free of charge, to any person obtaining a copy
19+
# of this software and associated documentation files (the "Software"), to deal
20+
# in the Software without restriction, including without limitation the rights
21+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
# copies of the Software, and to permit persons to whom the Software is
2323
# furnished to do so, subject to the following conditions:
2424
#
25-
# The above copyright notice and this permission notice shall be included in all
25+
# The above copyright notice and this permission notice shall be included in all
2626
# copies or substantial portions of the Software.
2727
#
28-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3434
# SOFTWARE.
3535
#==================================================================================
3636

@@ -51,7 +51,7 @@
5151
# Versions should comply with PEP440. For a discussion on single-sourcing
5252
# the version across setup.py and the project code, see
5353
# http://packaging.python.org/en/latest/tutorial.html#version
54-
version='0.5.1',
54+
version='0.9.0',
5555

5656
description='SparkFun Electronics qwiic Keypad',
5757
long_description=long_description,
@@ -84,7 +84,7 @@
8484
'License :: OSI Approved :: MIT License',
8585

8686
# Specify the Python versions you support here. In particular, ensure
87-
# that you indicate whether you support Python 2, Python 3 or both.
87+
# that you indicate whether you support Python 2, Python 3 or both.
8888
'Programming Language :: Python :: 2.7',
8989
'Programming Language :: Python :: 3.5',
9090
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)