From 86c65ed6968c00ee713ebaabfa46263d420e4eaa Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Thu, 29 Jun 2023 13:56:35 +0200 Subject: [PATCH] release 0.7.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfba513..bb10c54 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.7.1 - 2023-06-29 + ### Fixed - Rise an error if --with-metadata used with --csv, [PR-14](https://github.com/panda-official/DriftCLI/pull/14) diff --git a/pyproject.toml b/pyproject.toml index 5804fd1..d59d1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"] [project] name = "drift-cli" -version = "0.7.0" +version = "0.7.1" description = "CLI client for PANDA | Drift Platform" requires-python = ">=3.8" readme = "README.md"