From 3ad24ef780587937b6cd72193fc3a402f8158976 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:40:20 +0200 Subject: [PATCH 1/2] bump pyjavaz version --- pycromanager/_version.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pycromanager/_version.py b/pycromanager/_version.py index f0fb7e5f..18b37008 100644 --- a/pycromanager/_version.py +++ b/pycromanager/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 34, 6) +version_info = (0, 34, 7) __version__ = ".".join(map(str, version_info)) diff --git a/requirements.txt b/requirements.txt index cdcde29e..cf859c51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ndstorage>=0.1.6 docstring-inheritance pymmcore sortedcontainers -pyjavaz>=1.2.1 +pyjavaz>=1.2.2 wget \ No newline at end of file From 182ec7f5160b7c6107b5937bd52844581dee7a43 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Sat, 29 Jun 2024 00:13:38 +0200 Subject: [PATCH 2/2] bump versions --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf859c51..b21c01bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ndstorage>=0.1.6 docstring-inheritance pymmcore sortedcontainers -pyjavaz>=1.2.2 +pyjavaz>=1.2.3 wget \ No newline at end of file