mirror of https://github.com/cheat/cheat.git
parent
574a7ec3c9
commit
c922ef4c8d
|
@ -47,7 +47,7 @@ import os
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
# parse the command-line options
|
# parse the command-line options
|
||||||
options = docopt(__doc__, version='cheat 2.4.1')
|
options = docopt(__doc__, version='cheat 2.4.2')
|
||||||
|
|
||||||
config = Configuration()
|
config = Configuration()
|
||||||
sheets = Sheets(config)
|
sheets = Sheets(config)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'):
|
||||||
# specify build params
|
# specify build params
|
||||||
setup(
|
setup(
|
||||||
name = 'cheat',
|
name = 'cheat',
|
||||||
version = '2.4.1',
|
version = '2.4.2',
|
||||||
author = 'Chris Lane',
|
author = 'Chris Lane',
|
||||||
author_email = 'chris@chris-allen-lane.com',
|
author_email = 'chris@chris-allen-lane.com',
|
||||||
license = 'GPL3',
|
license = 'GPL3',
|
||||||
|
|
Loading…
Reference in New Issue