nercone-modern 1.11.1__tar.gz → 1.11.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.3
2
2
  Name: nercone-modern
3
- Version: 1.11.1
3
+ Version: 1.11.2
4
4
  Summary: Modern CLI Library
5
5
  Author: Nercone
6
6
  Author-email: Nercone <nercone@diamondgotcat.net>
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "nercone-modern"
7
- version = "1.11.1"
7
+ version = "1.11.2"
8
8
  description = "Modern CLI Library"
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
  authors = [
@@ -49,7 +49,6 @@ class ModernLogging:
49
49
  self.process_name = process_name
50
50
  self.display_level = display_level
51
51
  self.filepath = filepath
52
- self.short_mode = short_mode
53
52
  global _max_proc_width
54
53
  _max_proc_width = max(_max_proc_width, len(process_name))
55
54