Skip to content

Commit

Permalink
Update version in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Aug 24, 2023
1 parent 49c4531 commit 463f1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mouser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion tests/test_mouser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_version():
assert __version__ == '0.1.2'
assert __version__ == '0.1.4'


def test_search_partnumber(file_keys='mouser_api_keys.yaml'):
Expand Down

0 comments on commit 463f1d6

Please sign in to comment.