From 363cd99e9aadc719c50e3861c4174ac9d70b3dd1 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 24 Oct 2023 16:19:13 +0200 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98eeb7b..4695af7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="QElephant", - version="1.0.", + version="1.0.6", description="A small python module simulating a quantum computer", author="Didictateur", author_email="decosse.adrien@gmail.com",