diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ # ChangeLog for elogv +0.8.1 + * Port to setuptools and PEP517 (Gentoo bug #841134) + 0.8.0 * Set "packages=[]" in setup.py to fix the build diff --git a/pyproject.toml b/pyproject.toml index 15e7ca1..88ad65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "elogv" -version = "0.8.0" +version = "0.8.1" authors = [ {name = "Luca Marturana", email = "lucamarturana@gmail.com"}, ] |