Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyantrim committed Nov 6, 2024
1 parent d99f92c commit e7ecacb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nyx_client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <info@iotics.com>",
Expand Down
2 changes: 1 addition & 1 deletion nyx_extras/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <info@iotics.com>",
Expand Down

0 comments on commit e7ecacb

Please sign in to comment.