Skip to content

Commit

Permalink
ready for release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjione committed Mar 24, 2020
1 parent a29832b commit 75e12a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='EQSN',
version='0.0.3',
version='0.0.4',
packages=['eqsn', ],
license='MIT',
author='Benjamin Zanger',
Expand All @@ -14,7 +14,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/tqsd/EQSN_python',
download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.3',
download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.4',
keywords=['quantum-simulator', 'quantum-internet', 'QuNetSim'],
install_requires=[
'numpy',
Expand All @@ -27,6 +27,8 @@
"Operating System :: OS Independent",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
python_requires='>=3.6',
)

0 comments on commit 75e12a4

Please sign in to comment.