Skip to content

Commit

Permalink
created rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Oct 31, 2024
1 parent c581e07 commit bf3a5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion agentops/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def get_agentops_version():

def check_agentops_update():
try:
# Use requests instead of http.client
response = requests.get("https://pypi.org/pypi/agentops/json")

if response.status_code == 200:
Expand Down
2 changes: 1 addition & 1 deletion 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.3.14"
version = "0.3.15rc1"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down

0 comments on commit bf3a5eb

Please sign in to comment.