Skip to content

Commit

Permalink
Prep for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 12, 2020
1 parent b8e0e19 commit c1dc5f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1
-----

* Enhancement: Tweak setup.py extras for easier dependency install

1.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/inky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .mock import InkyMockPHAT, InkyMockWHAT # noqa: F401
from .auto import auto # noqa: F401

__version__ = '1.0.0'
__version__ = '1.0.1'

try:
from pkg_resources import declare_namespace
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='inky',
version='1.0.0',
version='1.0.1',
author='Philip Howard',
author_email='[email protected]',
description='Inky pHAT Driver',
Expand Down

0 comments on commit c1dc5f1

Please sign in to comment.