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 65973c1 commit e24bbe2Copy full SHA for e24bbe2
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='EQSN',
8
- version='0.0.1.post1',
+ version='0.0.2',
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.1',
+ download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.2',
18
keywords = ['quantum-simulator', 'quantum-internet', 'QuNetSim'],
19
install_requires=[
20
'numpy',
0 commit comments