Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Oct 12, 2023
1 parent a12948f commit 9787b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion numalogic/tools/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TimeseriesTrainer(Trainer):

def __init__(
self,
max_epochs: int = 100,
max_epochs: int = 50,
logger: bool = True,
log_freq: int = 5,
check_val_every_n_epoch: int = 5,
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 = "numalogic"
version = "0.6.0a11"
version = "0.6.0rc0"
description = "Collection of operational Machine Learning models and tools."
authors = ["Numalogic Developers"]
packages = [{ include = "numalogic" }]
Expand Down

0 comments on commit 9787b2d

Please sign in to comment.