From 6def8f0c5d03fa73fb60612ec50a6b3fca8ebdcf Mon Sep 17 00:00:00 2001 From: trichter Date: Mon, 30 Nov 2020 16:14:17 +0100 Subject: [PATCH] version 4.0 --- CHANGELOG | 2 +- qopen/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e8d8aa9..56cd5a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -v4.0-dev: +v4.0: * complete refactoring of Qopen script to use subcommands for the different tasks * add source subcommand to calculate sorce spectra and derive source parameters including moment magnitude with the help of previous results * add command line arguments to dump opt and fit pkl files for later plotting diff --git a/qopen/__init__.py b/qopen/__init__.py index 348a670..1a606b6 100644 --- a/qopen/__init__.py +++ b/qopen/__init__.py @@ -2,4 +2,4 @@ from qopen.core import run -__version__ = '4.0-dev' +__version__ = '4.0'