multiplayerlib 0.0.2__tar.gz → 0.0.2.post1__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.4
2
2
  Name: multiplayerlib
3
- Version: 0.0.2
3
+ Version: 0.0.2.post1
4
4
  Summary: MultiplayerLib - A lightweight Python multiplayer networking library
5
5
  Author: griffingreat1
6
6
  Requires-Python: >=3.10
@@ -56,7 +56,6 @@ run the install command to install the package
56
56
  ### Host (Server)
57
57
 
58
58
  ```
59
- py
60
59
  mgr = NetworkManager(
61
60
  is_host=True,
62
61
  base_port=5000,
@@ -44,7 +44,6 @@ run the install command to install the package
44
44
  ### Host (Server)
45
45
 
46
46
  ```
47
- py
48
47
  mgr = NetworkManager(
49
48
  is_host=True,
50
49
  base_port=5000,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "multiplayerlib"
3
- version = "0.0.2"
3
+ version = "0.0.2.post1"
4
4
  description = "MultiplayerLib - A lightweight Python multiplayer networking library"
5
5
  requires-python = ">=3.10"
6
6
  dependencies = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: multiplayerlib
3
- Version: 0.0.2
3
+ Version: 0.0.2.post1
4
4
  Summary: MultiplayerLib - A lightweight Python multiplayer networking library
5
5
  Author: griffingreat1
6
6
  Requires-Python: >=3.10
@@ -56,7 +56,6 @@ run the install command to install the package
56
56
  ### Host (Server)
57
57
 
58
58
  ```
59
- py
60
59
  mgr = NetworkManager(
61
60
  is_host=True,
62
61
  base_port=5000,