Skip to content

Commit

Permalink
Fix lint issue, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 10, 2024
1 parent f7ce8f3 commit b38bdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy_github/ui/screens/new_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from textual.app import ComposeResult
from textual.containers import Container, Horizontal, ScrollableContainer
from textual.screen import ModalScreen
from textual.widgets import Button, Input, Label, Rule, Select, TextArea
from textual.widgets import Button, Input, Label, Rule, TextArea

from lazy_github.lib.github import issues
from lazy_github.models.github import Repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lazy-github"
description = "A terminal UI for interacting with Github"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"
authors = [
{ name = "Chris Chapline", email = "[email protected]" },
]
Expand Down

0 comments on commit b38bdb3

Please sign in to comment.