From 3320524281ac0b131cf356f497ec14fcab5f4de8 Mon Sep 17 00:00:00 2001 From: Adam Yodinsky <27074934+adamyodinsky@users.noreply.github.com> Date: Mon, 15 May 2023 16:40:03 +0300 Subject: [PATCH] bumping up to 1.1.0 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 64665b2..a569ccd 100644 --- a/makefile +++ b/makefile @@ -27,7 +27,7 @@ test-inte: build test-e2e: build poetry run pytest -v --disable-warnings --cov=terminalgpt tests/e2e -publish: test +publish: test-unit test-inte poetry publish run-install: