minecraft-server-status 0.0.1__tar.gz → 0.0.2__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: minecraft_server_status
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Python package for fetching Minecraft Java and Bedrock server status, players, version, and plugins.
5
5
  Author-email: Arpit Jaiswal <arpitjaiswal9526@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -44,7 +44,7 @@ This package provides simple classes and methods to check whether a server is on
44
44
  Once published to PyPI:
45
45
 
46
46
  ```bash
47
- pip install minecraft_server_status
47
+ pip install minecraft-server-status
48
48
  ```
49
49
 
50
50
  For local development:
@@ -24,7 +24,7 @@ This package provides simple classes and methods to check whether a server is on
24
24
  Once published to PyPI:
25
25
 
26
26
  ```bash
27
- pip install minecraft_server_status
27
+ pip install minecraft-server-status
28
28
  ```
29
29
 
30
30
  For local development:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "minecraft_server_status"
7
- version = "0.0.1"
7
+ version = "0.0.2"
8
8
  description = "Python package for fetching Minecraft Java and Bedrock server status, players, version, and plugins."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: minecraft_server_status
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Python package for fetching Minecraft Java and Bedrock server status, players, version, and plugins.
5
5
  Author-email: Arpit Jaiswal <arpitjaiswal9526@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -44,7 +44,7 @@ This package provides simple classes and methods to check whether a server is on
44
44
  Once published to PyPI:
45
45
 
46
46
  ```bash
47
- pip install minecraft_server_status
47
+ pip install minecraft-server-status
48
48
  ```
49
49
 
50
50
  For local development: