Skip to content

Commit e6d3965

Browse files
author
Erik Nielsen
committed
Merge branch 'hotfix-0.9.4.3' (Hotfix to add 'drift' to package list)
2 parents 2b11d4c + ecab59c commit e6d3965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pygsti/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# in the file "license.txt" in the top-level pyGSTi directory
55
#*****************************************************************
66
""" PyGSTi version number """
7-
__version__ = "0.9.4.2"
7+
__version__ = "0.9.4.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
long_description=descriptionTxt,
6060
author='Erik Nielsen, Kenneth Rudinger, Timothy Proctor, John Gamble, Robin Blume-Kohout',
6161
author_email='[email protected]',
62-
packages=['pygsti', 'pygsti.algorithms', 'pygsti.baseobjs', 'pygsti.construction', 'pygsti.drivers', 'pygsti.extras', 'pygsti.extras.rb', 'pygsti.extras.rpe', 'pygsti.io', 'pygsti.objects', 'pygsti.optimize', 'pygsti.report', 'pygsti.tools'],
62+
packages=['pygsti', 'pygsti.algorithms', 'pygsti.baseobjs', 'pygsti.construction', 'pygsti.drivers', 'pygsti.extras', 'pygsti.extras.rb', 'pygsti.extras.rpe', 'pygsti.extras.drift', 'pygsti.io', 'pygsti.objects', 'pygsti.optimize', 'pygsti.report', 'pygsti.tools'],
6363
package_dir={'': 'packages'},
6464
package_data={'pygsti.tools': ['fastcalc.pyx'],
6565
'pygsti.report': ['templates/*.tex', 'templates/*.html', 'templates/*.json',

0 commit comments

Comments
 (0)