Skip to content

Commit 7b21e55

Browse files
committed
Merge branch 'fix_multiple_instance_issue'
2 parents eb31ea0 + 0ca8eea commit 7b21e55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ reinstall_eqsn.sh
55
.idea/
66
dist/
77
EQSN.egg-info/
8+
build

setup.py

Lines changed: 2 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.4',
8+
version='0.0.5',
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.4',
17+
download_url='https://github.com/tqsd/EQSN_python/releases/tag/v0.0.5',
1818
keywords=['quantum-simulator', 'quantum-internet', 'QuNetSim'],
1919
install_requires=[
2020
'numpy',

0 commit comments

Comments
 (0)