diff --git a/HISTORY.rst b/HISTORY.rst index edf4b9a..d8cd763 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +0.7.5 (unreleased) +------------------ + +- Nothing changed yet. + + 0.7.4 (2024-06-25) ------------------ diff --git a/setup.py b/setup.py index e3f5662..11c34c2 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", + version="0.7.5.dev0", zip_safe=False, )