Skip to content

Commit c35baa8

Browse files
author
Christopher J. Brody
committed
InquirerLib version 0.0.1
Including some proposed & unpublished updates from InquirerPy: - kazhala/InquirerPy#69 - fix typos - kazhala/InquirerPy#65 - add DataValidator class - kazhala/InquirerPy#56 - add Choice.instruction field - kazhala/InquirerPy#52 - proper exporting of functions ref: - kazhala/InquirerPy#60 - kazhala/InquirerPy#48 also document some info to address issue: kazhala/InquirerPy#64
1 parent b03e898 commit c35baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "InquirerLib"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "An updated fork of InquirerPy - Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
55
authors = ["Various"]
66
readme = "README.md"

0 commit comments

Comments
 (0)