From dc4bd584694fefe5267e97967d1ecc5641eb4dc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 07:09:14 +0000 Subject: [PATCH] chore(release): 0.9.6 ## [0.9.6](https://github.com/justindujardin/mathy/compare/v0.9.5...v0.9.6) (2023-11-30) ### Features * **package:** fewer dependencies with fewer version pins ([#95](https://github.com/justindujardin/mathy/issues/95)) ([699d40e](https://github.com/justindujardin/mathy/commit/699d40e241ffb7b14cdef04fb54719229e772f78)) --- libraries/mathy_python/mathy/about.py | 2 +- libraries/website/docs/changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libraries/mathy_python/mathy/about.py b/libraries/mathy_python/mathy/about.py index 9b176761..700b20d9 100644 --- a/libraries/mathy_python/mathy/about.py +++ b/libraries/mathy_python/mathy/about.py @@ -1,5 +1,5 @@ __title__ = "mathy" -__version__ = "0.9.5" +__version__ = "0.9.6" __summary__ = "Mathy - RL environments for solving math problems step-by-step" __uri__ = "https://mathy.ai" __author__ = "Justin DuJardin" diff --git a/libraries/website/docs/changelog.md b/libraries/website/docs/changelog.md index 26fcd835..b75fc5c6 100644 --- a/libraries/website/docs/changelog.md +++ b/libraries/website/docs/changelog.md @@ -1,3 +1,10 @@ +## [0.9.6](https://github.com/justindujardin/mathy/compare/v0.9.5...v0.9.6) (2023-11-30) + + +### Features + +* **package:** fewer dependencies with fewer version pins ([#95](https://github.com/justindujardin/mathy/issues/95)) ([699d40e](https://github.com/justindujardin/mathy/commit/699d40e241ffb7b14cdef04fb54719229e772f78)) + ## [0.9.5](https://github.com/justindujardin/mathy/compare/v0.9.4...v0.9.5) (2022-10-10)