From cd76456906f7bad409eb5e581ae7f81637527fab Mon Sep 17 00:00:00 2001 From: Leif Warland Date: Wed, 2 Jun 2021 21:46:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_cache/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data_cache/__init__.py b/data_cache/__init__.py index 0925bbc..01bc8f3 100644 --- a/data_cache/__init__.py +++ b/data_cache/__init__.py @@ -1,3 +1,3 @@ from data_cache.cache_tools import numpy_cache, pandas_cache, read_metadata # noqa: F401 -VERSION = "0.1.5" +VERSION = "0.1.6" diff --git a/pyproject.toml b/pyproject.toml index d3c2c14..974a602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = "MIT" name = "data_cache" readme = "README.md" repository = "https://github.com/statnett/data_cache" -version = "0.1.5" +version = "0.1.6" [tool.poetry.dependencies] numpy = "*"