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",