From 89224aa857b275c843e0b48b37c1f654c1b01f86 Mon Sep 17 00:00:00 2001 From: Nathan Michlo Date: Tue, 21 Mar 2023 20:05:38 +0200 Subject: [PATCH] v0.7.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7835e501..55446023 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ name="disent", author="Nathan Juraj Michlo", author_email="NathanJMichlo@gmail.com", - version="0.7.0", + version="0.7.2", python_requires=">=3.8", # we make use of standard library features only in 3.8 packages=setuptools.find_packages(), install_requires=install_requires,