We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 787733e + 1dc4503 commit a52b889Copy full SHA for a52b889
setup.cfg
@@ -33,7 +33,7 @@ package_dir =
33
packages = find:
34
python_requires = >=3.7
35
install_requires =
36
- textual >= 0.1.10
+ textual >= 0.1.10,< 0.2
37
38
[options.packages.find]
39
where = src
src/textual_inputs/__init__.py
@@ -1,6 +1,6 @@
1
from .integer_input import IntegerInput
2
from .text_input import TextInput
3
4
-__version__ = "0.2.0"
+__version__ = "0.2.1"
5
6
__all__ = ["IntegerInput", "TextInput"]
0 commit comments