Skip to content

Commit

Permalink
Merge pull request #147 from inverted-ai/develop
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
Ruishenl committed Nov 29, 2023
2 parents 90d20d6 + 1a1b8ba commit 770997e
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 770997e

Please sign in to comment.