Skip to content

Commit

Permalink
feat: Add symmath star import (#41)
Browse files Browse the repository at this point in the history
* feat: Add star import

* feat: Update minor version

Co-authored-by: Carlos Muniz <[email protected]>
  • Loading branch information
Carlos Muniz and Carlos Muniz authored Feb 7, 2022
1 parent 79ccac9 commit 820b32e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from .calc import *

__version__ = '3.0.0'
__version__ = '3.0.1'
3 changes: 3 additions & 0 deletions symmath/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# lint-amnesty, pylint: disable=missing-module-docstring
from .formula import *
from .symmath_check import *

0 comments on commit 820b32e

Please sign in to comment.