Pokemon-Terminal/pokemonterminal/__init__.py
Charles Milette 3f3fa4edf4
Update version numbers
All 3 of them
2020-05-01 18:19:49 -04:00

13 lines
256 B
Python

"""
Pokemon Terminal Themes.
719 unique Pokemon.
from Kanto, Johto, Hoenn, Sinnoh, Unova, and Kalos.
Change the Terminal Background & Desktop Wallpaper.
Supports iTerm2, Terminology, Tilix and ConEmu.
"""
__version__ = "1.3.0"
__author__ = "LazoCoder"