diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f65579f..caf7e789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.0.2 (2023-04-13) +### Fix +* Pyproject python versioning ([`a59ee25`](https://github.com/mraniki/dxsp/commit/a59ee2554487413d33afe32456335201e0d2110b)) +* Initial workflow verification ([`b4252c4`](https://github.com/mraniki/dxsp/commit/b4252c4c1c2af4b6e84d432e7bc6cbb4b6d37602)) + ## v1.0.1 (2023-04-12) ### Fix * Update build.yml and pyproject.toml versions ([`4a7daee`](https://github.com/mraniki/dxsp/commit/4a7daee92e2631e36e961ce454ad94e8b44c6438)) diff --git a/pyproject.toml b/pyproject.toml index ddea6730..cc063792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dxsp" -version = "1.0.1" +version = "1.0.2" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"