oocana 0.16.0__tar.gz → 0.16.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oocana
3
- Version: 0.16.0
3
+ Version: 0.16.1
4
4
  Summary: python implement of oocana to give a context for oocana block
5
5
  License: MIT
6
6
  Requires-Python: >=3.9
@@ -58,6 +58,7 @@ class Context:
58
58
  outputs_defs[k] = HandleDef(**v)
59
59
  self.__outputs_def = outputs_defs
60
60
  self.__session_dir = session_dir
61
+ self.__tmp_dir = tmp_dir
61
62
 
62
63
  @property
63
64
  def logger(self) -> logging.Logger:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "oocana"
3
- version = "0.16.0"
3
+ version = "0.16.1"
4
4
  description = "python implement of oocana to give a context for oocana block"
5
5
  dependencies = [
6
6
  "paho-mqtt>=2",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes