Skip to content

Commit

Permalink
Bump version 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwar committed Jun 17, 2020
1 parent 5b22b7e commit ce6c3fb
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.4"
VERSION = "0.1.5"
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.4"
version = "0.1.5"

[tool.poetry.dependencies]
numpy = "*"
Expand Down

0 comments on commit ce6c3fb

Please sign in to comment.