Skip to content

Commit

Permalink
bump the version and edit the changelog;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Jun 21, 2023
1 parent 1d0fc7b commit 5f8ff2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@
### 0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
### 0.4.5
- force a reconnect even of status variable indicates we are online
- force a reconnect even of status variable indicates we are online
### 0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "koi-core"
version = "0.4.5"
version = "0.4.6"
description = "Runtime for the KOI-System including koi-worker"
readme = "README.md"
requires-python = ">=3.8,<3.11"
Expand Down

0 comments on commit 5f8ff2e

Please sign in to comment.