summaryrefslogtreecommitdiff
path: root/poezio/args.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-14 20:01:54 +0200
committermathieui <mathieui@mathieui.net>2018-08-14 20:01:54 +0200
commitd1b624753bb5371cf287cc9d86bb685593a99315 (patch)
treed4ebce85809c843a2a48d0af3724412f74ee30bf /poezio/args.py
parentc0ffc4b15c761527981f80a1626534305feb6133 (diff)
downloadpoezio-d1b624753bb5371cf287cc9d86bb685593a99315.tar.gz
poezio-d1b624753bb5371cf287cc9d86bb685593a99315.tar.bz2
poezio-d1b624753bb5371cf287cc9d86bb685593a99315.tar.xz
poezio-d1b624753bb5371cf287cc9d86bb685593a99315.zip
Next version is 0.13
Diffstat (limited to 'poezio/args.py')
-rw-r--r--poezio/args.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/args.py b/poezio/args.py
index 24025afc..d0005d82 100644
--- a/poezio/args.py
+++ b/poezio/args.py
@@ -38,6 +38,6 @@ def parse_args(CONFIG_PATH: Path):
dest="version",
help=SUPPRESS,
metavar="VERSION",
- default="0.12")
+ default="0.13-dev")
options = parser.parse_args()
return options