We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d7c2f commit 823a315Copy full SHA for 823a315
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='EQSN',
8
- version='0.0.7',
+ version='0.0.8',
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.7',
+ download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.8',
18
keywords=['quantum-simulator', 'quantum-internet', 'QuNetSim'],
19
install_requires=[
20
'numpy',
0 commit comments