Skip to content

Commit

Permalink
fix: reverted version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-dg committed Jul 24, 2024
1 parent 632fa74 commit 5f87d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>", "Kian Cross <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion questionary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.0.1"

0 comments on commit 5f87d54

Please sign in to comment.