update sleep

This commit is contained in:
88lex 2020-08-05 23:33:40 +08:00
parent 1fe8718c09
commit 757fa67f8f
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "safire"
version = "0.1.9"
version = "0.2.0"
description = "A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives."
authors = ["88lex"]
keywords = ["gsuite", "sas", "service accounts"]

View file

@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.2.0"

View file

@ -40,7 +40,7 @@ class Commands:
Most commands accept a 'filter'to process subsets. If no filter all items are listed."""
def __init__(self):
Init()
# Init()
self.list = List()
self.add = Add()
self.remove = Remove()

View file

@ -21,7 +21,7 @@ if os.path.exists(readme_path):
setup(
long_description=readme,
name='safire',
version='0.1.9',
version='0.2.0',
description='A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives.',
python_requires='==3.*,>=3.6.1',
author='88lex',