Skip to content

Commit a1d491c

Browse files
authored
Update __init__.py
1 parent b1f9a0e commit a1d491c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from .random_color_hex import RandomColorHex
22

3-
__version__="2.0.4"
3+
__version__="2.1"
44
__author__="Nathan Honn"
55
__email__="randomhexman@gmail.com"
66

77
__all__=["RandomColorHex", "main", "BasicMain", "Credits", "Help"]
88

9-
def main(*, SuperLightColorsAllowed=True, SuperDarkColorsAllowed=True, HowDifferentShouldColorsBe='s'):
9+
def main(*, SuperLightColorsAllowed=True, SuperDarkColorsAllowed=True, HowDifferentShouldColorsBe='m'):
1010
return RandomColorHex().main(SuperLightColorsAllowed=SuperLightColorsAllowed, SuperDarkColorsAllowed=SuperDarkColorsAllowed, HowDifferentShouldColorsBe=HowDifferentShouldColorsBe)
1111

1212
def BasicMain(*, SuperLightColorsAllowed=True, SuperDarkColorsAllowed=True):
@@ -17,5 +17,3 @@ def Credits():
1717

1818
def Help():
1919
return RandomColorHex.Help()
20-
21-

0 commit comments

Comments
 (0)