-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
from .calc import * | ||
|
||
__version__ = '3.0.0' | ||
__version__ = '3.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * |