We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c482d commit f18a321Copy full SHA for f18a321
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='EQSN',
8
- version='0.0.5',
+ version='0.0.6',
9
packages=['eqsn', ],
10
license='MIT',
11
author='Benjamin Zanger',
@@ -14,7 +14,7 @@
14
long_description=long_description,
15
long_description_content_type="text/markdown",
16
url='https://github.com/tqsd/EQSN_python',
17
- download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.5',
+ download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.6',
18
keywords=['quantum-simulator', 'quantum-internet', 'QuNetSim'],
19
install_requires=[
20
'numpy',
0 commit comments