diff --git a/docs/index.html b/docs/index.html index 8f62841..32f773c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ diff --git a/pyproject.toml b/pyproject.toml index 030c242..36ce208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robotframework-cache" -version = "1.2.0" +version = "1.3.0" description = "Robot Framework libary for caching values across tests and test runs" readme = "README.md" authors = [{ name = "Sander van Beek" }] diff --git a/src/CacheLibrary/__version__.py b/src/CacheLibrary/__version__.py index c68196d..67bc602 100644 --- a/src/CacheLibrary/__version__.py +++ b/src/CacheLibrary/__version__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0" diff --git a/uv.lock b/uv.lock index 519fbed..e864393 100644 --- a/uv.lock +++ b/uv.lock @@ -301,7 +301,7 @@ wheels = [ [[package]] name = "robotframework-cache" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "jsonpickle" },