commit f7d76c63d07661e8764b81247cd48eeb886ca251 parent 8b5ee5c880bbb3c2cdf9e4270a60dfdea60ee954 Author: Daniel Moch <daniel@danielmoch.com> Date: Fri, 7 Sep 2018 17:13:54 -0400 Roll version to 0.3.0.dev0 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.3.0' +__version__ = '0.3.0.dev0'