Skip to content

Commit

Permalink
Merge pull request #92 from obeezzy/bump-up-version-once-more
Browse files Browse the repository at this point in the history
Bump up version to v0.4.1
  • Loading branch information
obeezzy committed Apr 20, 2021
2 parents 817b86e + 13ec98c commit 1a62863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ Scroll `Hello, world!` on Launchpad's surface once:


## Release History
* [0.4.1](https://github.com/obeezzy/lpminimk3/releases/tag/v0.4.1)
* Add `MANIFEST.in`
* Clean up README
* [0.4.0](https://github.com/obeezzy/lpminimk3/releases/tag/v0.4.0)
* Add `lpminimk3.graphics` module
* Introduce text rendering, printing, scrolling and transformations
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, 0)
VERSION = (0, 4, 1)

__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.0",
version="0.4.1",
description="Python API for the Novation Launchpad Mini MK3",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1a62863

Please sign in to comment.