Skip to content

Commit

Permalink
bump version number and min python (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 authored May 3, 2024
1 parent 562a1ac commit 70a8712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.1.6"
version = "0.1.7"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand All @@ -13,7 +13,7 @@ authors = [
]
description = "Python SDK for developing AI agent evals and observability"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py310, py311
envlist = py310,py311,py312

[testenv]
deps =
Expand Down

0 comments on commit 70a8712

Please sign in to comment.