Skip to content

Commit 7c23dcb

Browse files
committed
Merge branch 'making_merge_atomar'
2 parents b6ada53 + 75e12a4 commit 7c23dcb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='EQSN',
8-
version='0.0.3',
8+
version='0.0.4',
99
packages=['eqsn', ],
1010
license='MIT',
1111
author='Benjamin Zanger',
@@ -14,7 +14,7 @@
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url='https://github.com/tqsd/EQSN_python',
17-
download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.3',
17+
download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.4',
1818
keywords=['quantum-simulator', 'quantum-internet', 'QuNetSim'],
1919
install_requires=[
2020
'numpy',
@@ -27,6 +27,8 @@
2727
"Operating System :: OS Independent",
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.7',
31+
'Programming Language :: Python :: 3.8'
3032
],
3133
python_requires='>=3.6',
3234
)

0 commit comments

Comments
 (0)