diff --git a/CHANGELOG.md b/CHANGELOG.md index 321c31e..a150081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [#4](https://github.com/unity-sds/unity-data-services/pull/4) fix: sample feature 2 +## [0.1.0.dev003] - 2024-09-10 +### Fixed +- [#6](https://github.com/unity-sds/unity-data-services/pull/6) fix: valid pypi version + ## [0.1.0] - 2024-09-10 ### Added - Copied code form https://github.com/unity-sds/unity-data-services \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0ea101d..ab0c9a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="0.1.0.dev000002" +version="0.1.0.dev003" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"