From 5bffb0381fd77e50d865d12bb620a22214d69861 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 17 Oct 2023 09:49:38 -0400 Subject: [PATCH] Bump version (#66) * Update lock file * Update --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d034af..668b4f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1617,8 +1617,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" diff --git a/pyproject.toml b/pyproject.toml index 8fb4479..c440c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fcsparser" -version = "0.2.7" +version = "0.2.8" description = "A python package for reading raw fcs files" authors = ["Eugene Yurtsev "] license = "MIT"