Skip to content

Commit bf3a5eb

Browse files
committed
created rc branch
1 parent c581e07 commit bf3a5eb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

agentops/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def get_agentops_version():
128128

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

134133
if response.status_code == 200:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentops"
7-
version = "0.3.14"
7+
version = "0.3.15rc1"
88
authors = [
99
{ name="Alex Reibman", email="areibman@gmail.com" },
1010
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },

0 commit comments

Comments
 (0)