Skip to content

Commit

Permalink
fix missing version file (#205)
Browse files Browse the repository at this point in the history
* include the version.py file in the contrib distribution

* increment version number for bugfix release
  • Loading branch information
mjaskula committed Dec 6, 2022
1 parent 8fc7a87 commit e75a399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/version.py
@@ -1,2 +1,2 @@
# EuroPi firmware and contrib package version
__version__ = "0.7.0"
__version__ = "0.7.1"
1 change: 1 addition & 0 deletions software/setup.py
Expand Up @@ -13,5 +13,6 @@
author_email="contact@allensynthesis.co.uk",
license="Apache 2.0",
packages=["contrib"],
py_modules=["firmware.version"],
namespace_packages=["contrib"],
)

0 comments on commit e75a399

Please sign in to comment.