version bump

This commit is contained in:
Will McGugan
2021-08-25 20:20:51 +01:00
parent e1d03a315d
commit 577ef6bd25
10 changed files with 32 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ class Colorizer(App):
await self.bind("g", "color('green')")
await self.bind("b", "color('blue')")
async def action_color(self, color: str) -> None:
def action_color(self, color: str) -> None:
self.background = f"on {color}"