Skip to content

Commit

Permalink
set version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 authored Nov 6, 2022
1 parent 3f1d805 commit 993874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tksbrokerapi/TKSBrokerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
uLogger.level = 10 # debug level by default for TKSBrokerAPI module
uLogger.handlers[0].level = 20 # info level by default for STDOUT of TKSBrokerAPI module

__version__ = "1.5" # The "major.minor" version setup here, but build number define at the build-server only
__version__ = "1.4" # The "major.minor" version setup here, but build number define at the build-server only

CPU_COUNT = cpu_count() # host's real CPU count
CPU_USAGES = CPU_COUNT - 1 if CPU_COUNT > 1 else 1 # how many CPUs will be used for parallel calculations
Expand Down

0 comments on commit 993874f

Please sign in to comment.