summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b6c0313..44967cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yoshi-cli"
-version = "0.2.0"
+version = "0.2.1"
authors = [
{ name="Christian Cleberg", email="hello@cleberg.net" },
]
diff --git a/requirements.txt b/requirements.txt
index 8c8473a..191582e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-prettytable~=2.2.0
+prettytable
cryptography