We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c949b42 commit fd8f4f6Copy full SHA for fd8f4f6
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.8.0
6
+
7
### Features
8
9
* 🔧 Rename package module to `typer_cloup`
typer_cloup/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.7.0"
+__version__ = "0.8.0"
from shutil import get_terminal_size as get_terminal_size
0 commit comments