Skip to content

Commit 1ee9c65

Browse files
committed
v4.2
1 parent 7d653ad commit 1ee9c65

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev:
1+
v4.2:
22
* allow to fix station site response to geometric mean of more than one station (for command line script)
33
* excluded label is now optional
44
v4.1:

qopen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from qopen.core import run
44

5-
__version__ = '4.2-dev'
5+
__version__ = '4.2'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def find_version(*paths):
3535
'Programming Language :: Python :: 3.7',
3636
'Programming Language :: Python :: 3.8',
3737
'Programming Language :: Python :: 3.9',
38+
'Programming Language :: Python :: 3.10',
3839
'Topic :: Scientific/Engineering :: Physics'
3940
]
4041

0 commit comments

Comments
 (0)