From 28a916800d4f06576f395eb07bf7818570c3a73a Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 14 Aug 2024 17:04:51 +0000 Subject: [PATCH] Release version 2024.8.14.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 bf03153..0084dba 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.8.5.14" +__version__ = "2024.8.14.17" diff --git a/default.nix b/default.nix index 6eb1f0c..33c4e4c 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.8.5.14"; + version = "2024.8.14.17"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/site/sitemap.xml.gz b/docs/site/sitemap.xml.gz index db4660fad2b13e1ecb7fc13ff6a280b7b87f586c..26d1d9b272ce02af47f2715eeaf7c0bcc994df9a 100644 GIT binary patch delta 13 Ucmb=gXP58h;Mnwd&qVeL03j9yApigX delta 13 Ucmb=gXP58h;8^=`!$kH903f~v4gdfE diff --git a/pyproject.toml b/pyproject.toml index 7a30673..dfbbe7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.8.5.14" +version = "2024.8.14.17" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"