We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d653ad commit 1ee9c65Copy full SHA for 1ee9c65
CHANGELOG
@@ -1,4 +1,4 @@
1
-dev:
+v4.2:
2
* allow to fix station site response to geometric mean of more than one station (for command line script)
3
* excluded label is now optional
4
v4.1:
qopen/__init__.py
@@ -2,4 +2,4 @@
from qopen.core import run
5
-__version__ = '4.2-dev'
+__version__ = '4.2'
setup.py
@@ -35,6 +35,7 @@ def find_version(*paths):
35
'Programming Language :: Python :: 3.7',
36
'Programming Language :: Python :: 3.8',
37
'Programming Language :: Python :: 3.9',
38
+ 'Programming Language :: Python :: 3.10',
39
'Topic :: Scientific/Engineering :: Physics'
40
]
41
0 commit comments