From da7fbf3d03a66b1a20dac78d1c5ee56445f3a3a1 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Mon, 5 Aug 2024 14:29:01 +0000 Subject: [PATCH] Release version 2024.8.5.14 --- 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 0c08dbc..bf03153 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.8.5.13" +__version__ = "2024.8.5.14" diff --git a/default.nix b/default.nix index 4aaaf57..6eb1f0c 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.8.5.13"; + version = "2024.8.5.14"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/site/sitemap.xml.gz b/docs/site/sitemap.xml.gz index d78f6b81699b96ef689f8ebe6c37185a00fc9364..db4660fad2b13e1ecb7fc13ff6a280b7b87f586c 100644 GIT binary patch delta 12 Tcmb=gXOr*d;8^=`B3mT@8l?nX delta 12 Tcmb=gXOr*d;K;Z>k*yK{86*S_ diff --git a/pyproject.toml b/pyproject.toml index 11f4c66..7a30673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.8.5.13" +version = "2024.8.5.14" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"