make-selection 1.0.5__tar.gz → 1.0.6__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: make_selection
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Package for interactive command line menu
5
5
  Author-email: Steven Frazee <stevefrazee123@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "make_selection"
3
- version = "1.0.5"
3
+ version = "1.0.6"
4
4
  authors = [
5
5
  { name="Steven Frazee", email="stevefrazee123@gmail.com" },
6
6
  ]
@@ -202,7 +202,7 @@ class Menu:
202
202
  header = f"{ANSI_BLUE}{self.label}>{ANSI_RESET}{self.search_string}"
203
203
  header_num_lines = 1
204
204
  if self.mode == Mode.MULTI_SELECT:
205
- header += f"\n{ANSI_GREEN}{len(self.options_selected)} items in list!{ANSI_RESET}"
205
+ header += f"\n{ANSI_GREEN}{len(self.options_selected)} items selected!{ANSI_RESET}"
206
206
  header_num_lines = 2
207
207
  print(header)
208
208
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: make_selection
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Package for interactive command line menu
5
5
  Author-email: Steven Frazee <stevefrazee123@gmail.com>
6
6
  Classifier: License :: OSI Approved :: MIT License
File without changes
File without changes
File without changes