Skip to content

Commit

Permalink
version bump to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Apr 23, 2023
1 parent 7467178 commit f2b6c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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__ = '1.0.0'
__version__ = '2.0.0'


def olaf_setup(eds_path: str = None, master_node: bool = False) -> Namespace:
Expand Down
2 changes: 1 addition & 1 deletion tests/internals/resources/test_file_caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_non_empty_caches(self):
self.app.sdo_write(index, Subindex.CACHE_SELECTOR.value, 1)
self.assertEqual(self.app.sdo_read(index, Subindex.FILE_SIZE.value), 0)

self.app.sdo_write(index, Subindex.CACHE_SELECTOR.value, 0)
self.app.sdo_write(index, Subindex.CACHE_SELECTOR.value, 0)

# delete 1st file
self.app.sdo_write(index, Subindex.DELETE_FILE.value, True)
Expand Down

0 comments on commit f2b6c28

Please sign in to comment.