Skip to content

Commit

Permalink
Merge pull request #93 from obeezzy/correct-manifest
Browse files Browse the repository at this point in the history
Correct manifest
  • Loading branch information
obeezzy committed Apr 20, 2021
2 parents 1a62863 + 5d031c2 commit 65ffdfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
recursive-include graphics/glyphs *.json
recursive-include graphics/schema *.json
recursive-include lpminimk3/graphics/glyphs *.json
recursive-include lpminimk3/graphics/schema *.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ Scroll `Hello, world!` on Launchpad's surface once:


## Release History
* [0.4.2](https://github.com/obeezzy/lpminimk3/releases/tag/v0.4.2)
* Correct `MANIFEST.in`
* [0.4.1](https://github.com/obeezzy/lpminimk3/releases/tag/v0.4.1)
* Add `MANIFEST.in`
* Clean up README
Expand Down
2 changes: 1 addition & 1 deletion lpminimk3/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 4, 1)
VERSION = (0, 4, 2)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="lpminimk3",
version="0.4.1",
version="0.4.2",
description="Python API for the Novation Launchpad Mini MK3",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 65ffdfe

Please sign in to comment.