diff --git a/.github/README.md b/.github/README.md index 7faf525..b3c5ec5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,4 +1,7 @@ -Artifact generation steps +#### PyPI Location +- https://pypi.org/project/mdps-ds-lib/ + +#### Artifact generation steps - Do Nothing in when creating a PR. - When merging a PR (if title is breaking / feat / bug) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0159585..9a3ccde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 =================================================================== +## [1.1.0.dev000005] - 2024-12-09 +### Fixed +- [#79](https://github.com/unity-sds/mdps-ds-lib/pull/79) chore: dummy commit + ## [1.1.0.dev000004] - 2024-12-09 ### Fixed - [#76](https://github.com/unity-sds/mdps-ds-lib/pull/76) chore: update jupyter notebok diff --git a/pyproject.toml b/pyproject.toml index e7d9986..0ba2098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="1.1.0.dev000004" +version="1.1.0.dev000005" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"