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.
1 parent 44b233f commit d849c23Copy full SHA for d849c23
lunchable/_version.py
@@ -5,4 +5,4 @@
5
__author__ = "Justin Flannery"
6
__email__ = "juftin@juftin.com"
7
__application__ = "lunchable"
8
-__version__ = "0.4.7"
+__version__ = "0.4.8"
pyproject.toml
@@ -22,7 +22,7 @@ license = "MIT"
22
name = "lunchable"
23
readme = "README.md"
24
repository = "https://github.com/juftin/lunchable"
25
-version = "0.4.7"
+version = "0.4.8"
26
27
[tool.poetry.dependencies]
28
click = ">=8.0.1"
0 commit comments