zenbroker 1.4.0__tar.gz → 1.4.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: zenbroker
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Zenbroker client
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -8,7 +8,7 @@ with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
8
8
 
9
9
  setup(
10
10
  name="zenbroker",
11
- version="1.4.0",
11
+ version="1.4.1",
12
12
  description="Zenbroker client",
13
13
  package_dir={"": "zenbroker"},
14
14
  packages=find_packages("zenbroker"),
@@ -1,7 +1,9 @@
1
1
  from .client import ZenbrokerClient, PostPublishEventResponse, ZenBrokerIncommingMessage
2
+ from .client import AsyncZenbrokerClient
2
3
 
3
4
  __all__ = [
4
5
  "ZenbrokerClient",
6
+ "AsyncZenbrokerClient",
5
7
  "PostPublishEventResponse",
6
8
  "ZenBrokerIncommingMessage"
7
9
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zenbroker
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Zenbroker client
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
File without changes
File without changes