From e9b1cfd0563eef0b6585bf6fe1e62acc6cd0dc6a Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 24 Oct 2023 17:28:09 +0200 Subject: [PATCH] update setup and gitignore --- .gitignore | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f94755..970f994 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ __pycache__/ pypiConfig.py -test.py \ No newline at end of file +test.py +build/ +dist/ +QElephant.egg-info/ \ No newline at end of file diff --git a/setup.py b/setup.py index 4695af7..1874f07 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="QElephant", - version="1.0.6", + version="1.0.7", description="A small python module simulating a quantum computer", author="Didictateur", author_email="decosse.adrien@gmail.com",