Skip to content

Commit 04adbc2

Browse files
committed
Bump the QMASM version from 4.0.2 to 4.1
1 parent e34d4a3 commit 04adbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description = '''QMASM fills a gap in the software ecosystem for [D-Wave's adiabatic quantum computers](http://www.dwavesys.com/) by shielding the programmer from having to know system-specific hardware details while still enabling programs to be expressed at a fairly low level of abstraction. It is therefore analogous to a conventional macro assembler and can be used in much the same way: as a target either for programmers who want a great deal of control over the hardware or for compilers that implement higher-level languages.'''
1111

1212
setup(name = 'qmasm',
13-
version = '4.0.2',
13+
version = '4.1',
1414
description = 'Quantum Macro Assembler',
1515
long_description = long_description,
1616
long_description_content_type = 'text/markdown',
@@ -23,7 +23,7 @@
2323
'Programming Language :: Python :: 3',
2424
'Intended Audience :: Developers'],
2525
url = 'https://github.com/lanl/qmasm',
26-
download_url = 'https://github.com/lanl/qmasm/archive/v4.0.2.tar.gz',
26+
download_url = 'https://github.com/lanl/qmasm/archive/v4.1.tar.gz',
2727
license = 'BSD-ish',
2828
keywords = ['quantum', 'annealing', 'macro', 'assembler', 'd-wave'],
2929
entry_points = {

0 commit comments

Comments
 (0)