From 90d6ec07e860691ae3a886336b8f2da661f3b113 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Wed, 15 May 2024 11:18:28 +0200 Subject: [PATCH] release 0.10.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14bc80..89fa272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.10.1 - 2024-05-15 + ### Fixed - Check status before meta information, [PR-20](https://github.com/panda-official/DriftCLI/pull/20) diff --git a/pyproject.toml b/pyproject.toml index 29decb0..8d775ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"] [project] name = "drift-cli" -version = "0.10.0" +version = "0.10.1" description = "CLI client for PANDA | Drift Platform" requires-python = ">=3.8" readme = "README.md"