From d4208308bc0afb52b78eba8d5e713d67fba4fe93 Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 17 Oct 2023 00:25:25 +0200 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d672a3f..1caa336 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ from setuptools import setup setup( name="QElephant", - version="1.0.2", - description="", + version="1.0.3", + description="A small python module simulating a quantum computer", author="Didictateur", author_email="decosse.adrien@gmail.com", packages=["QElephant"],