Skip to content

Commit c15ce68

Browse files
committed
updating the openalgo version to v1.0.0.36
1 parent 60247b9 commit c15ce68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
requires-python = ">=3.12"
33
name = "openalgoUI"
4-
version = "1.0.0.35"
4+
version = "1.0.0.36"
55
description = "Broker-agnostic open-source trading automation"
66
dependencies = [
77
"aniso8601==9.0.1",

utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenAlgo Version Management
22
# This file is the single source of truth for version information
33

4-
VERSION = '1.0.0.35'
4+
VERSION = '1.0.0.36'
55

66
def get_version():
77
"""Return the current OpenAlgo version"""

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)