Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Jun 29, 2022
1 parent d2df278 commit 0ac3029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kasa_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

__version__ = '0.0.0'
2 changes: 1 addition & 1 deletion tests/test_kasa_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.0'
assert __version__ == '0.0.0'

0 comments on commit 0ac3029

Please sign in to comment.