Skip to content

Commit

Permalink
Add version 0.1.0 number
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Cybulski committed Jan 27, 2018
1 parent 5d5b85d commit 3c0e663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
from civ5client.saves import MissingSaveFileError

opts = docopt(__doc__, help=True, version=("civ5client command line interface "
"beta"))
"v0.1.0"))

def yes_no_question(question):
answer = input(question+" [y/n]: ")
Expand Down

0 comments on commit 3c0e663

Please sign in to comment.