Skip to content

Commit 6fa6bfc

Browse files
committed
Version bump.
1 parent 6187bd9 commit 6fa6bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentops"
7-
version = "0.4.11"
7+
version = "0.4.12"
88
authors = [
99
{ name="Alex Reibman", email="areibman@gmail.com" },
1010
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
@@ -59,7 +59,7 @@ test = [
5959
# CI will fail because all tests will automatically pull this dependency group;
6060
# we need a separate group specifically for integration tests which will run on pinned 3.1x
6161
# ------------------------------------------------------------------------------------------------------------------------------------
62-
# "crewai-tools @ git+https://github.com/crewAIInc/crewAI-tools.git@a14091abb24527c97ccfcc8539d529c8b4559a0f; python_version>='3.10'",
62+
# "crewai-tools @ git+https://github.com/crewAIInc/crewAI-tools.git@a14091abb24527c97ccfcc8539d529c8b4559a0f; python_version>='3.10'",
6363
# ------------------------------------------------------------------------------------------------------------------------------------
6464
# ;;
6565
"pytest-cov",

0 commit comments

Comments
 (0)