commit 1cd11f21df99410c35c47ce3c794c01deff9047e
parent cc55888e80e4d370f1e2d8456d9f472cd8aa5d18
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 15 Jan 2022 08:05:07 -0500
Roll version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/py9pfactotum/__init__.py b/src/py9pfactotum/__init__.py
@@ -4,7 +4,7 @@ The factotum module implements a plan9port's auth(3) library.
from typing import Dict
from .client import FactotumClient
-__version__ = '0.1.0'
+__version__ = '0.1.1.dev0'
def auth_getuserpasswd(**kwargs: str) -> Dict[str, str]: