ConsoleLib 0.1.0__tar.gz → 1.1.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.4
2
2
  Name: ConsoleLib
3
- Version: 0.1.0
3
+ Version: 1.1.1
4
4
  Summary: The library for easy and best control on the Console.
5
5
  Author-email: Suleiman <steal.apet@mail.ru>
6
6
  License: MIT
@@ -14,4 +14,4 @@ The library for easy and best control on the Console.
14
14
  ## Install
15
15
 
16
16
  ```bash
17
- pip install my_lib
17
+ pip install ConsoleLib
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ConsoleLib
3
- Version: 0.1.0
3
+ Version: 1.1.1
4
4
  Summary: The library for easy and best control on the Console.
5
5
  Author-email: Suleiman <steal.apet@mail.ru>
6
6
  License: MIT
@@ -14,4 +14,4 @@ The library for easy and best control on the Console.
14
14
  ## Install
15
15
 
16
16
  ```bash
17
- pip install my_lib
17
+ pip install ConsoleLib
@@ -5,4 +5,4 @@ The library for easy and best control on the Console.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- pip install my_lib
8
+ pip install ConsoleLib
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ConsoleLib"
7
- version = "0.1.0"
7
+ version = "1.1.1"
8
8
  description = "The library for easy and best control on the Console."
9
9
  authors = [{name = "Suleiman", email = "steal.apet@mail.ru"}]
10
10
  readme = "README.md"
File without changes