From c2ccb6fcee0e01adae2a242beb9a499075c78a26 Mon Sep 17 00:00:00 2001 From: johndoknjas Date: Thu, 21 Mar 2024 16:42:14 -0700 Subject: [PATCH] 1.0.24 - add init file --- __init__.py | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index a81a808..50a12d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] requires-python = ">= 3.0" name = "hypickle" -version = "1.0.23" +version = "1.0.24" dependencies = [ "requests", "rich",