From 5da89186c4a48f3a9f7a6589652a043ea4fdf061 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Mon, 6 Nov 2023 21:08:17 +0100 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbf2513..5e6024d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="QElephant", - version="1.0.9", + version="1.0.10", description="A small python module simulating a quantum computer", author="Didictateur", author_email="decosse.adrien@gmail.com",