Skip to content

Commit e6c83c0

Browse files
committed
updating to version 1.0.0.38
1 parent 4f03f17 commit e6c83c0

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.37"
4+
version = "1.0.0.38"
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.37'
4+
VERSION = '1.0.0.38'
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)