From e21ebb4c176881c95189c0efc764662a82c8656c Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 18 Sep 2024 17:50:33 +0000 Subject: [PATCH] Release version 2024.9.18.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 3eecd83..0a76653 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.9.18.16" +__version__ = "2024.9.18.17" diff --git a/default.nix b/default.nix index 4730820..a7054a1 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.9.18.16"; + version = "2024.9.18.17"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/docs/site/sitemap.xml.gz b/docs/site/sitemap.xml.gz index 6ee68a362ae0426771ca952760843f996afd0cbd..9692c4da995a2bb20326ffafa7773af999cb366a 100644 GIT binary patch delta 13 Ucmb=gXP58h;CLbQdLnxT03QJawEzGB delta 13 Ucmb=gXP58h;HdcXY9f0D03h!LE&u=k diff --git a/pyproject.toml b/pyproject.toml index 1373634..55200af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.9.18.16" +version = "2024.9.18.17" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"