Skip to content

Commit

Permalink
Merge pull request #10 from sparkmicro/0.1.5
Browse files Browse the repository at this point in the history
0.1.5
  • Loading branch information
eeintech authored Aug 24, 2023
2 parents 06dd84b + 820f076 commit 0e44b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4'
__version__ = '0.1.5'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mouser"
version = "0.1.4"
version = "0.1.5"
description = "Mouser Python API"
authors = ["eeintech <[email protected]>"]
maintainers = ["eeintech <[email protected]>"]
Expand Down
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.4'
assert __version__ == '0.1.5'


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

0 comments on commit 0e44b97

Please sign in to comment.