Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruishenl committed Nov 29, 2023
1 parent 8c18bde commit 1a1b8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invertedai/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def inside_fov(center: Point, initialize_fov: float, point: Point) -> bool:

response.recurrent_states=agent_rs
response.agent_states=agent_states
response.agent_attributes
response.agent_attributes = agent_attributes
return response

class APITokenAuth(AuthBase):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "invertedai"
version = "0.0.10rc1"
version = "0.0.10rc2"
description = "Client SDK for InvertedAI"
authors = ["Inverted AI <info@inverted.ai>"]
readme = "README.md"
Expand Down

0 comments on commit 1a1b8ba

Please sign in to comment.