Version bump: 2.4.2

Contains `termcolor` dependency fix.
This commit is contained in:
Chris Lane 2019-01-29 11:45:43 -05:00
parent 574a7ec3c9
commit c922ef4c8d
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import os
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.4.1')
options = docopt(__doc__, version='cheat 2.4.2')
config = Configuration()
sheets = Sheets(config)

View File

@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'):
# specify build params
setup(
name = 'cheat',
version = '2.4.1',
version = '2.4.2',
author = 'Chris Lane',
author_email = 'chris@chris-allen-lane.com',
license = 'GPL3',