commit 6d9054842b0d12c8ca337ddcde7dd455acd05334 parent a8041335ed93a8c2675abdd7ffccde345582fa34 Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 7 Sep 2018 12:35:06 -0400 Use PEP 440-compliant version numver Diffstat:
M | nncli/__init__.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nncli/__init__.py b/nncli/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """NextCloud Notes Command Line Interface""" -__version__ = '0.2.0-dev0' +__version__ = '0.2.0.dev0'