From 1f41c37a496d231ea84514b4f1fed71cbe8a1f47 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 20 Dec 2024 17:48:47 +0000 Subject: [PATCH] Release version 2024.12.20.17 --- coinmetrics/__init__.py | 2 +- default.nix | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coinmetrics/__init__.py b/coinmetrics/__init__.py index 83c6fd6..98dec41 100644 --- a/coinmetrics/__init__.py +++ b/coinmetrics/__init__.py @@ -1 +1 @@ -__version__ = "2024.12.20.16" +__version__ = "2024.12.20.17" diff --git a/default.nix b/default.nix index 77b09bd..2bd1e50 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "coinmetrics-api-client"; - version = "2024.12.20.16"; + version = "2024.12.20.17"; format = "pyproject"; disabled = pythonOlder "3.9"; diff --git a/pyproject.toml b/pyproject.toml index e752861..0647042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coinmetrics-api-client" -version = "2024.12.20.16" +version = "2024.12.20.17" description = "Python client for Coin Metrics API v4." authors = ["Coin Metrics ", "Oleksandr Buchkovskyi "] license = "MIT"