Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
EUdds committed Dec 13, 2023
2 parents daacd86 + 34fee49 commit 2717863
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
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 = "inventree_digikey_integration"
version = "1.0.0"
version = "0.1.1"
description = "A CLI to import Digikey parts into an Inventree instance"
authors = ["Eric Udlis <udlis.eric@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pathlib import Path

SOURCE_ROOT = Path(__file__).resolve().parent.parent / "inventree_digikey"
SOURCE_ROOT = Path(__file__).resolve().parent.parent / "inventree_digikey_integration"


def test_argparse():
Expand Down
Binary file modified tests/test_data/test_dkpart.pkl
Binary file not shown.
Binary file modified tests/test_data/test_resp.pkl
Binary file not shown.

0 comments on commit 2717863

Please sign in to comment.