diff options
| author | Ben Winston | 2023-02-28 22:03:46 -0500 |
|---|---|---|
| committer | Ben Winston | 2023-02-28 22:03:46 -0500 |
| commit | 3863b940576a60c8ed38a715c2383127fee912fb (patch) | |
| tree | b892d7e59c617ef7acda2030775c4ffc70798300 | |
| parent | d32d883653ec12c1d4f716373c267fb8becafeb8 (diff) | |
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ here = Path(__file__).parent.resolve() long_description = (here / "README.md").read_text(encoding="utf-8") setup(name="roku-tui", - version="0.1.1", + version="0.1.2", description="A TUI remote for Roku", long_description=long_description, long_description_content_type="text/markdown", |
