acp-plugin-gamesdk 0.1.22__tar.gz → 0.1.23__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.3
2
2
  Name: acp-plugin-gamesdk
3
- Version: 0.1.22
3
+ Version: 0.1.23
4
4
  Summary: ACP Plugin for Python SDK for GAME by Virtuals
5
5
  Author: Steven Lee Soon Fatt
6
6
  Author-email: steven@virtuals.io
@@ -80,7 +80,7 @@ class AcpJob:
80
80
  clientName: Optional[str]
81
81
  providerName: Optional[str]
82
82
  desc: Optional[str]
83
- price: float
83
+ price: str
84
84
  providerAddress: Optional[str]
85
85
  clientAddress: Optional[str]
86
86
  phase: AcpJobPhasesDesc
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "acp-plugin-gamesdk"
3
- version = "0.1.22"
3
+ version = "0.1.23"
4
4
  description = "ACP Plugin for Python SDK for GAME by Virtuals"
5
5
  authors = ["Steven Lee Soon Fatt <steven@virtuals.io>"]
6
6
  readme = "README.md"