mirror of
https://github.com/88lex/safire.git
synced 2025-02-24 22:05:08 +08:00
update version
This commit is contained in:
parent
302e7be3e2
commit
eeec9d7ed2
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "safire"
|
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."
|
description = "A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives."
|
||||||
authors = ["88lex"]
|
authors = ["88lex"]
|
||||||
keywords = ["gsuite", "sas", "service accounts"]
|
keywords = ["gsuite", "sas", "service accounts"]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.6"
|
__version__ = "0.1.9"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ if os.path.exists(readme_path):
|
||||||
setup(
|
setup(
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
name='safire',
|
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.',
|
description='A flexible tool to create and delete Google / GSuite service accounts to be used with shared drives.',
|
||||||
python_requires='==3.*,>=3.6.1',
|
python_requires='==3.*,>=3.6.1',
|
||||||
author='88lex',
|
author='88lex',
|
||||||
|
|
Loading…
Reference in a new issue