From 4fbe7e5fde9a4ea6aab4ac05f0c26faf08e1fca7 Mon Sep 17 00:00:00 2001 From: Sasha Petrenko Date: Tue, 10 Oct 2023 16:36:43 -0500 Subject: [PATCH] Bump to v0.1.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6c058d0..87ae36a 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PyCallJLD2" uuid = "07b0ad8c-101f-43fe-82b6-eff101a491e1" authors = ["Sasha Petrenko "] description = "A Julia package for saving and loading PyCall.PyObjects with JLD2." -version = "0.1.0" +version = "0.1.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"