From ee36d6b46281cd26a9c4d2f6904fe849ec7c6a87 Mon Sep 17 00:00:00 2001 From: BirkhoffG <26811230+BirkhoffG@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:28:35 +0800 Subject: [PATCH] bump version --- jax_dataloader/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jax_dataloader/__init__.py b/jax_dataloader/__init__.py index 941e8b6..d81c516 100644 --- a/jax_dataloader/__init__.py +++ b/jax_dataloader/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.4" +__version__ = "0.0.5" from .core import * diff --git a/settings.ini b/settings.ini index e3bc876..2108a23 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = jax-dataloader lib_name = jax-dataloader -version = 0.0.4 +version = 0.0.5 min_python = 3.7 license = apache2 doc_path = _docs