From e7ecacb3f1d8358f14e5bea9a29b383cb3b22fc8 Mon Sep 17 00:00:00 2001 From: andy blair Date: Wed, 6 Nov 2024 12:16:47 +0000 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ nyx_client/pyproject.toml | 2 +- nyx_extras/pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad2c74..edf01e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2] - 2024-11-6 + +### Fixed +- `NyxClient.create_data` had a bug where the download url was sent to the API in an incorrect format. + ## [0.2.1] - 2024-10-31 ### Changed diff --git a/nyx_client/pyproject.toml b/nyx_client/pyproject.toml index 2136660..a304639 100644 --- a/nyx_client/pyproject.toml +++ b/nyx_client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nyx-client" -version = "0.2.1" +version = "0.2.2" description = "Nyx Client offers a simple API for interacting with data in your Nyx network." authors = [ "Iotics ", diff --git a/nyx_extras/pyproject.toml b/nyx_extras/pyproject.toml index 12c7d35..45c72f6 100644 --- a/nyx_extras/pyproject.toml +++ b/nyx_extras/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nyx-extras" -version = "0.2.1" +version = "0.2.2" description = "Nyx Client SDK Extras provides a powerful toolkit for building generative AI applications using data brokered on the Nyx platform." authors = [ "Iotics ",