Skip to content

Commit

Permalink
Bump version 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwar committed Jun 2, 2021
1 parent e883091 commit cd76456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit cd76456

Please sign in to comment.