Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumJHays committed Aug 29, 2021
1 parent 8f4237b commit 9d30de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mathpad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
from .var import var

sympy.printing.printer.Printer.set_global_settings(min=-3, max=4) # type: ignore
sympy.init_printing(True, use_unicode=True, use_latex=True) # type: ignore
sympy.init_printing(True, use_unicode=True, use_latex=True) # type: ignore

__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mathpad"
version = "0.0.1"
version = "0.1.1"
description = "Simplified interface to Sympy for solving physics, engineering and maths problems"
authors = ["Callum J Hays <callumjhays@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 9d30de8

Please sign in to comment.