diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe1bbf..de77531 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] + +### Changed + - reconciling version agreement between the releases, this file, and the pyproject.toml + ## [0.2.0] ### Added diff --git a/pyproject.toml b/pyproject.toml index 212f6fb..4d92ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-tind-client" -version = "0.2.0" +version = "0.2.1" description = "Python library for interacting with the TIND DA API" readme = "README.md" license = { file = "LICENSE" }