Skip to content

Commit

Permalink
Merge pull request #119 from obeezzy/version-bump
Browse files Browse the repository at this point in the history
Bump up version to 0.5.0
  • Loading branch information
obeezzy committed May 19, 2022
2 parents 38b31b0 + ded0696 commit 7133246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 5)
VERSION = (0, 5, 0)

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

0 comments on commit 7133246

Please sign in to comment.