mirror of
https://github.com/cheat/cheat.git
synced 2025-04-11 12:06:06 +02:00
v2.5.0
`minor` version bump to `2.5.0`.
This commit is contained in:
parent
9d1dd15387
commit
074dba6e99
@ -47,7 +47,7 @@ import os
|
||||
if __name__ == '__main__':
|
||||
|
||||
# parse the command-line options
|
||||
options = docopt(__doc__, version='cheat 2.4.2')
|
||||
options = docopt(__doc__, version='cheat 2.5.0')
|
||||
|
||||
# initialize and validate configs
|
||||
config = Configuration()
|
||||
|
2
setup.py
2
setup.py
@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'):
|
||||
# specify build params
|
||||
setup(
|
||||
name='cheat',
|
||||
version='2.4.2',
|
||||
version='2.5.0',
|
||||
author='Chris Lane',
|
||||
author_email='chris@chris-allen-lane.com',
|
||||
license='GPL3',
|
||||
|
Loading…
x
Reference in New Issue
Block a user