Skip to content

Commit

Permalink
patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed May 4, 2023
1 parent 6fdc9f5 commit dd7607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olaf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .common.timer_loop import TimerLoop
from .common.gpio import GPIO

__version__ = '2.0.0'
__version__ = '2.0.1'


def olaf_setup(eds_path: str = None, master_node: bool = False) -> Namespace:
Expand Down

0 comments on commit dd7607f

Please sign in to comment.