From 6b343bacc3bc289f5fb740b4f8f7a6ceee18175e Mon Sep 17 00:00:00 2001 From: JSKenyon Date: Thu, 17 Nov 2022 10:10:49 +0200 Subject: [PATCH] Bump to 0.1.8 --- setup.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 90b14035..958dd5f4 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='quartical', - version='0.1.7', + version='0.1.8', description="Fast calibration implementation exploiting complex " "optimisation.", url='https://github.com/JSKenyon/QuartiCal', diff --git a/tbump.toml b/tbump.toml index e0660034..44cc6234 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/JSKenyon/QuartiCal/" [version] -current = "0.1.7" +current = "0.1.8" # Example of a semver regexp. # Make sure this matches current_version before