From 34fee49c5ff2d609adace73f80dc2b4c93f8ca37 Mon Sep 17 00:00:00 2001 From: Eric Udlis Date: Tue, 12 Dec 2023 22:38:59 -0800 Subject: [PATCH] fix versioning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5232d18..4323a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"