Update to 0.0.8

This commit is contained in:
Jeffrey Serio 2022-10-01 11:44:12 -05:00
parent 2b085c3449
commit 7902918702
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="daily-event-logger",
version="0.0.7",
version="0.0.8",
license="GPL-3.0",
author="Jeffrey Serio",
author_email="hyperreal@fedoraproject.org",

View File

@ -15,7 +15,7 @@ from rich.traceback import install
install(show_locals=True)
VERSION = "0.0.7"
VERSION = "0.0.8"
default_date = dt.date.today().strftime("%Y-%m-%d")
ELOG_DIR = os.getenv("ELOG_DIR")