phoenix-channels-python-client 0.1.2__tar.gz → 0.1.3__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.
Files changed (18) hide show
  1. {phoenix_channels_python_client-0.1.2/phoenix_channels_python_client.egg-info → phoenix_channels_python_client-0.1.3}/PKG-INFO +1 -1
  2. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/README.md +1 -1
  3. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/__init__.py +1 -1
  4. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3/phoenix_channels_python_client.egg-info}/PKG-INFO +1 -1
  5. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/pyproject.toml +1 -1
  6. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/LICENSE +0 -0
  7. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/MANIFEST.in +0 -0
  8. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/client.py +0 -0
  9. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/exceptions.py +0 -0
  10. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/phx_messages.py +0 -0
  11. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/protocol_handler.py +0 -0
  12. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/topic_subscription.py +0 -0
  13. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client/utils.py +0 -0
  14. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client.egg-info/SOURCES.txt +0 -0
  15. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client.egg-info/dependency_links.txt +0 -0
  16. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client.egg-info/requires.txt +0 -0
  17. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/phoenix_channels_python_client.egg-info/top_level.txt +0 -0
  18. {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phoenix-channels-python-client
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Python client library for connecting to Phoenix Channels
5
5
  Author: Phoenix Channels Python Client
6
6
  License-Expression: MIT
@@ -236,4 +236,4 @@ asyncio.run(main())
236
236
 
237
237
  ---
238
238
 
239
- **Need help?** Open an issue on GitHub or check the [Phoenix Channels documentation](https://hexdocs.pm/phoenix/channels.html) for more information about the Phoenix Channels protocol.
239
+ **Need help?** Open an issue on GitHub or check the [Phoenix Channels documentation](https://hexdocs.pm/phoenix/channels.html) for more information about the Phoenix Channels protocol.
@@ -11,7 +11,7 @@ from phoenix_channels_python_client.protocol_handler import (
11
11
  )
12
12
  from phoenix_channels_python_client.utils import setup_logging
13
13
 
14
- __version__ = "0.1.2"
14
+ __version__ = "0.1.3"
15
15
  __author__ = "Phoenix Channels Python Client"
16
16
 
17
17
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phoenix-channels-python-client
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Python client library for connecting to Phoenix Channels
5
5
  Author: Phoenix Channels Python Client
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "phoenix-channels-python-client"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "A Python client library for connecting to Phoenix Channels"
9
9
  readme = "README.md"
10
10
  license = "MIT"