elog -> evlog

This commit is contained in:
Jeffrey Serio 2025-04-19 11:53:07 -05:00
parent 8e23b695bb
commit 56d7ba2ef0
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ from rich.traceback import install
install(show_locals=True)
VERSION = "0.1.6"
VERSION = "0.1.7"
default_date = dt.date.today().strftime("%Y-%m-%d")
EVLOG_DIR = os.getenv("EVLOG_DIR")

View File

@ -1,6 +1,6 @@
[project]
name = "evlog"
version = "0.1.6"
version = "0.1.7"
authors = [
{ name="Jeffrey Serio", email="hyperreal@moonshadow.dev" },
]
@ -15,7 +15,7 @@ classififers = [
dependencies = ["jsonschema>=4.17.0", "rich>=12.6.0"]
[project.scripts]
elog = "evlog:main"
evlog = "evlog:main"
[project.urls]
Homepage = "https://git.hyperreal.coffee/hyperreal/evlog"