diff --git a/coinmetrics/__init__.py b/coinmetrics/__init__.py index d194eda..2dc6f9e 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.10.9.20" +__version__ = "2024.10.15.19" diff --git a/default.nix b/default.nix index 3049345..4cf59dd 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.10.9.20"; + version = "2024.10.15.19"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/site/sitemap.xml.gz b/docs/site/sitemap.xml.gz index e203100..173d82d 100644 Binary files a/docs/site/sitemap.xml.gz and b/docs/site/sitemap.xml.gz differ diff --git a/pyproject.toml b/pyproject.toml index 23f9b53..84e7532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.10.9.20" +version = "2024.10.15.19" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"