Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed May 5, 2023
1 parent 26eee7d commit 6e4825e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repos:
exclude: "docs/_pygments/monokai.py"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.264
rev: v0.0.265
hooks:
- id: ruff
args: ["--fix"]
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautilus_trader"
version = "1.173.0"
version = "1.174.0"
description = "A high-performance algorithmic trading platform and event-driven backtester"
authors = ["Nautech Systems <info@nautechsystems.io>"]
license = "LGPL-3.0-or-later"
Expand Down Expand Up @@ -64,9 +64,9 @@ toml = "^0.10.2"
tqdm = "^4.65.0"
uvloop = {version = "^0.17.0", markers = "sys_platform != 'win32'"}
hiredis = {version = "^2.2.3", optional = true}
ib_insync = {version = "^0.9.83", optional = true}
ib_insync = {version = "^0.9.85", optional = true}
redis = {version = "^4.5.4", optional = true}
docker = {version = "^6.0.1", optional = true}
docker = {version = "^6.1.0", optional = true}
betfair_parser = {version = "==0.1.21", optional = true}

[tool.poetry.extras]
Expand All @@ -83,7 +83,7 @@ black = "^23.3.0"
isort = "^5.12.0"
mypy = "^1.2.0"
pre-commit = "^3.3.1"
ruff = "^0.0.264"
ruff = "^0.0.265"
types-pytz = "^2022.3.0"
types-redis = "^4.5.4"
types-requests = "^2.29.0"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "",
"message": "v1.173.0",
"message": "v1.174.0",
"color": "orange"
}

0 comments on commit 6e4825e

Please sign in to comment.