Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwelltoo committed Aug 3, 2023
1 parent 208375b commit 3139fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='seeed-python-si114x',
version="1.0.1",
version="1.1.0",
description='Python library for the Grove - Sunlight Sensor (si114x,si115x). ',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -49,7 +49,7 @@

entry_points = {
'console_scripts': [
'seeed_si114x = seeed_si114x:main'
'seeed_si114x = seeed_si114x:main',
'seeed_si115x = seeed_si115x:main'
]},

Expand Down

0 comments on commit 3139fa8

Please sign in to comment.