From cd7828fa48cd34e90ea5b301249a497659729e2d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 Oct 2022 21:55:35 +0000 Subject: [PATCH] 0.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ mathpad/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c51483..d3e6fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.1 (2022-10-06) +### Fix +* Now deleted import ([`cbc6ff9`](https://github.com/CallumJHays/mathpad/commit/cbc6ff9a2ea6a0d153f335d204cd5ee58f64c285)) + ## v0.2.0 (2022-10-05) ### Feature * Update poetry deps ([`f48768e`](https://github.com/CallumJHays/mathpad/commit/f48768ef3ca05ca457a62ae1e87ad8349d18b2dc)) diff --git a/mathpad/__init__.py b/mathpad/__init__.py index 58bf757..b7f689c 100644 --- a/mathpad/__init__.py +++ b/mathpad/__init__.py @@ -23,4 +23,4 @@ sympy.init_printing() # type: ignore sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 7689c5a..9b77462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mathpad" -version = "0.2.0" +version = "0.2.1" description = "Simplified interface to Sympy for solving physics, engineering and maths problems" authors = ["Callum J Hays "] license = "MIT"