advdbg 0.2.8__tar.gz → 0.2.9__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: advdbg
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: Minimalist colorful debug logger
5
5
  Author-email: Darkey <weplayok3@gmail.com>, WinFun <placeholder@gmail.com>
6
6
  License: MIT
@@ -8,7 +8,7 @@ Change Logs:
8
8
  - Added checker for updates
9
9
  '''
10
10
 
11
- __version__ = '0.2.7'
11
+ __version__ = '0.2.9'
12
12
 
13
13
  from .core import AdvDBG
14
14
 
@@ -18,7 +18,7 @@ from .update import Update
18
18
 
19
19
  __all__ = ['AdvDBG', 'Breakpoint']
20
20
  if Update.check_for_updates() == "Not latest!":
21
- print('Available new update\n{Colors.INFO}{Update.return_installed()} → {Update.return_latest()}')
21
+ print(f'Available new update\n{Colors.INFO}{Update.return_installed()} → {Update.return_latest()}\n')
22
22
 
23
23
  # For easy access, you can create a default instance
24
24
  DebuGGer = AdvDBG()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: advdbg
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: Minimalist colorful debug logger
5
5
  Author-email: Darkey <weplayok3@gmail.com>, WinFun <placeholder@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "advdbg"
7
- version = "0.2.8"
7
+ version = "0.2.9"
8
8
  authors = [
9
9
  {name = "Darkey", email = "weplayok3@gmail.com"}, {name = "WinFun", email = "placeholder@gmail.com"}
10
10
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes