From 4251195c7f1cdeccfbc1e57100d4a4a98febbd1e Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 15 Oct 2024 19:53:42 +0000 Subject: [PATCH] Release version 2024.10.15.19 --- 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 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 e20310004c1a37ee8685b3b690007c08c29bc883..173d82df439056d9b3d49bd79005ec1a6a3c6c72 100644 GIT binary patch delta 13 Ucmb=gXP58h;BY;`H<7&p02@gI>i_@% delta 13 Ucmb=gXP58h;9z*hHj%vo02(0!yZ`_I 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"