From b89f5059a5c6f5f7eb2f50e942e33580fa6de3a7 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 31 Oct 2024 17:40:16 +0000 Subject: [PATCH] Release version 2024.10.31.17 --- coinmetrics/__init__.py | 2 +- default.nix | 2 +- docs/site/sitemap.xml.gz | Bin 127 -> 127 bytes pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coinmetrics/__init__.py b/coinmetrics/__init__.py index 2dc6f9e..5409f88 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.10.15.19" +__version__ = "2024.10.31.17" diff --git a/default.nix b/default.nix index 4cf59dd..0c9a155 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.10.15.19"; + version = "2024.10.31.17"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/site/sitemap.xml.gz b/docs/site/sitemap.xml.gz index 173d82df439056d9b3d49bd79005ec1a6a3c6c72..6182fbe7a3ee623dac0d685653b0e3eba3b46833 100644 GIT binary patch delta 13 Ucmb=gXP58h;P`()c_MoS03Xo=vH$=8 delta 13 Ucmb=gXP58h;BY;`H<7&p02@gI>i_@% diff --git a/pyproject.toml b/pyproject.toml index 84e7532..908618f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.10.15.19" +version = "2024.10.31.17" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"