update version

This commit is contained in:
88lex 2020-08-05 23:19:55 +08:00
parent 302e7be3e2
commit eeec9d7ed2
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "safire"
version = "0.1.8"
version = "0.1.9"
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.6"
__version__ = "0.1.9"

View file

@ -21,7 +21,7 @@ if os.path.exists(readme_path):
setup(
long_description=readme,
name='safire',
version='0.1.8',
version='0.1.9',
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',