From ff8d2a91770491a13701782a0145005749f88040 Mon Sep 17 00:00:00 2001 From: Jorge Alda Gallo Date: Sun, 16 Jan 2022 12:49:25 +0100 Subject: [PATCH] Increase version to 3.0.1 --- SMEFT19/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SMEFT19/__init__.py b/SMEFT19/__init__.py index a76584a..1f14fe6 100644 --- a/SMEFT19/__init__.py +++ b/SMEFT19/__init__.py @@ -14,4 +14,4 @@ from SMEFT19 import plots from SMEFT19 import utils -__version__ = "2.0" +__version__ = "3.0.1" diff --git a/setup.py b/setup.py index ed472e0..70f7b44 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='SMEFT19', - version='3.0', + version='3.0.1', description='Global likelihood study with the SMEFT operators Olq1 and Qlq3', license='MIT', author='Jorge Alda',