From da45b1afa2ab6a6695334c12a06a73d45747fa42 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 14 Apr 2024 19:57:39 -0700 Subject: [PATCH] pipeline refactor - kamangir/bolt#746 --- abcli/__init__.py | 2 +- abcli/tests/test_env.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/abcli/__init__.py b/abcli/__init__.py index 130f19eb..3d167c28 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -2,7 +2,7 @@ NAME = "abcli" -VERSION = "7.2995.1" +VERSION = "8.1.1" DESCRIPTION = "🚀 a language to speak AI." diff --git a/abcli/tests/test_env.py b/abcli/tests/test_env.py index a6e36288..dae4877f 100644 --- a/abcli/tests/test_env.py +++ b/abcli/tests/test_env.py @@ -1,3 +1,4 @@ +import os from abcli import env from abcli import file