mirror of
https://github.com/cheat/cheat.git
synced 2025-04-09 11:14:03 +02:00
Version bump: 2.4.0
Preparing a new `minor` release.
This commit is contained in:
parent
87448c49fa
commit
1b6b5b79b7
@ -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.3.1')
|
options = docopt(__doc__, version='cheat 2.4.0')
|
||||||
|
|
||||||
config = Configuration()
|
config = Configuration()
|
||||||
sheets = Sheets(config)
|
sheets = Sheets(config)
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ for f in os.listdir('cheat/cheatsheets/'):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'cheat',
|
name = 'cheat',
|
||||||
version = '2.3.1',
|
version = '2.4.0',
|
||||||
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…
x
Reference in New Issue
Block a user