From 689b5bc7b1ae30e25d2cd60c41ad76a03691ae99 Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Sun, 7 May 2023 12:54:55 +0200 Subject: [PATCH] Bump version to v1.4.8 Signed-off-by: Dinesh Pinto --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6fa2a51..fc8ffa7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiofiles" @@ -253,14 +253,14 @@ css = ["tinycss2 (>=1.1.0,<1.2)"] [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." category = "dev" optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + { file = "certifi-2023.5.7-py3-none-any.whl", hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716" }, + { file = "certifi-2023.5.7.tar.gz", hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7" }, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 81d5d95..8683931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qudi-hira-analysis" -version = "1.4.7" +version = "1.4.8" repository = "https://github.com/dineshpinto/qudi-hira-analysis" homepage = "https://github.com/dineshpinto/qudi-hira-analysis" keywords = ["python", "qubit", "analysis", "nv centers", "photon timetrace"]