diff --git a/setup.py b/setup.py index a17e58c..cdb7821 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/src/elog/elog.py b/src/elog/elog.py index dde061b..2fb785a 100755 --- a/src/elog/elog.py +++ b/src/elog/elog.py @@ -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")