diff --git a/HISTORY.rst b/HISTORY.rst index 87e8a70..edf4b9a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ History ======= -0.7.4 (unreleased) +0.7.4 (2024-06-25) ------------------ - Read events: added a bit of verbosity during operations diff --git a/setup.py b/setup.py index 7c0519d..e3f5662 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/keul/haunts", - version="0.7.4.dev0", + version="0.7.4", zip_safe=False, )