From afa22cb1938c6c0e56bff5a141d5b9b891b26a87 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Sat, 4 Nov 2023 11:47:38 +0100 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd8ba8f..bbf2513 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="QElephant", - version="1.0.8", + version="1.0.9", description="A small python module simulating a quantum computer", author="Didictateur", author_email="decosse.adrien@gmail.com",