diff options
author | Christian Segundo | 2023-03-20 00:15:25 +0100 |
---|---|---|
committer | GitHub | 2023-03-20 00:15:25 +0100 |
commit | 0a7759a3caafb085a3578635e2f2b42f66fae7ff (patch) | |
tree | cdef0270703308b0549fde2d32376755822756c6 | |
parent | 139c352b87e316dcf14231df5752a6b577d51cbc (diff) | |
download | awscli-plugin-passtotp-0a7759a3caafb085a3578635e2f2b42f66fae7ff.tar.gz |
Update pyproject.toml
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fc647f4..53a5e9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awscli-plugin-passtotp" -version = "1.0.0" +version = "1.0.1" description = "" authors = ["Christian Segundo <christian@segundo.com>"] license = "GPL-3.0-or-later" |