-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
VERSION=1.5.1 | ||
#VERSION= | ||
|
||
PYPI_USERNAME=__token__ | ||
PYPI_PASSWORD= #api token | ||
PYPI_PASSWORD_DEV= #api token | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[1;32m / //_/[36m __ \/ / __ \[35m/ __ '__ \/ __ \/ __ \[33m/ ___/[m | ||
[1;94m / ,< [36m/ /_/ / / /_/ [35m/ / / / / / /_/ / /_/ [33m(__ )[m | ||
[1;34m/_/|_|[34m\____/_/\____/_/ /_/ /_/\.___/\____[33m/____/[m | ||
[93mv1.5.1[m | ||
[93mv1.5.2[m | ||
|
||
[97;1mCHARACTER CLASSES[m | ||
[90m<[m[1mS[m[90m>[m ASCII whitespace chars 09-0d, 20 [90;1m-s -S[m | ||
|
@@ -65,4 +65,4 @@ | |
|
||
[90mIs a part of [1;37mes7s[90m pack[m | ||
[90m(c) 2022 A. Shavykin <[33m0[[email protected]>[m | ||
# Generated at 7-Feb-23 08:26 | ||
# Generated at 30-Apr-23 17:54 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.5.1' | ||
__version__ = '1.5.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = kolombos | ||
version = 1.5.1 | ||
version = 1.5.2 | ||
author = Aleksandr Shavykin | ||
author_email = [email protected] | ||
description = CLI control characters and escape sequences viewer/visualizer | ||
|