From 5f87d54af7d072812a23215c99a283cfb1669fad Mon Sep 17 00:00:00 2001 From: mario-dg Date: Wed, 24 Jul 2024 09:25:17 +0200 Subject: [PATCH] fix: reverted version bump --- pyproject.toml | 2 +- questionary/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46143598..26118abc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))" [tool.poetry] name = "questionary" -version = "2.1.0" +version = "2.0.1" description = "Python library to build pretty command line user prompts ⭐️" authors = [ "Tom Bocklisch ",] maintainers = [ "Tom Bocklisch ", "Kian Cross "] diff --git a/questionary/version.py b/questionary/version.py index 9aa3f903..159d48b8 100644 --- a/questionary/version.py +++ b/questionary/version.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.0.1"