From 7c6aef40e39f82e0d89c632b9871277b4ddba4bf Mon Sep 17 00:00:00 2001
From: Leah Tacke genannt Unterberg <leah.tgu@pads.rwth-aachen.de>
Date: Mon, 3 Feb 2025 13:18:30 +0100
Subject: [PATCH] fixed some imports

---
 justfile       | 4 ++--
 pyproject.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/justfile b/justfile
index f4bb303..3858bd5 100644
--- a/justfile
+++ b/justfile
@@ -9,8 +9,8 @@ update:
 build:
     @poetry build
 
-publish:
-    @poetry publish --build
+publish: build
+    @poetry publish
 
 requirements:
     @poetry export --without-hashes -f requirements.txt > requirements.txt --without-hashes
diff --git a/pyproject.toml b/pyproject.toml
index 5fc080f..457dade 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "mitm-tooling"
-version = "0.3.2"
+version = "0.3.3"
 description = ""
 authors = ["Leah Tacke genannt Unterberg <leah.tgu@pads.rwth-aachen.de>"]
 readme = "README.md"
-- 
GitLab