Skip to content

Commit

Permalink
Increase version to v0.2.0 for PIP release
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jun 27, 2022
1 parent 7e3ff33 commit adc89db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlonmcu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#
"""Version module for mlonmcu."""

__version__ = "0.1.1"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ def resource_files(directory):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/tum-ei-eda/mlonmcu",
version="0.1.1",
version="0.2.0",
zip_safe=False,
)

0 comments on commit adc89db

Please sign in to comment.