Skip to content

Commit

Permalink
chore: bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackebein committed Aug 13, 2024
1 parent cf491f6 commit bc42d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectTracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def get_logger():
HTTP_PORT = int(config["HTTP_Port"] if config["HTTP_Port"] > 0 else get_open_tcp_port()) # OSC QUERY
UPDATE_INTERVAL = 1 / float(config['UpdateRate'])
AVATAR_PARAMETERS_PREFIX = "/avatar/parameters/"
TITLE = "ObjectTracking v0.1.6"
TITLE = "ObjectTracking v0.1.7"

set_title(TITLE)
logger.info(f"IP: {IP} / {AV3EMULATOR_IP}")
Expand Down

0 comments on commit bc42d30

Please sign in to comment.