Skip to content

Commit

Permalink
make ready for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjione committed Mar 13, 2020
1 parent 65973c1 commit e24bbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.1.post1',
version='0.0.2',
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.1',
download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.2',
keywords = ['quantum-simulator', 'quantum-internet', 'QuNetSim'],
install_requires=[
'numpy',
Expand Down

0 comments on commit e24bbe2

Please sign in to comment.