Skip to content

Commit

Permalink
Bumping a version because apparently I broke the applet...?
Browse files Browse the repository at this point in the history
  • Loading branch information
Czarified committed Aug 19, 2024
1 parent c033c47 commit 289be6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "thymed"
version = "0.6.0"
version = "0.6.1"
description = "Thymed"
authors = ["Benjamin Crews <aceF22@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thymed/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class EntryForm(Container):
data entry. Instead of punching in and out of a code,
sometimes it may be necessary or convenient to enter
information directly. With this form, you can define
in- and out- dates and times for a specific ChargeCode.
in- and out- date and times for a specific ChargeCode.
"""

# Info is just a formatted version of the docstring.
Expand Down

0 comments on commit 289be6c

Please sign in to comment.