Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Jan 20, 2023
1 parent 83558d0 commit 5e006bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MathStuff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .calculus import differentiate, integrate, differentiate_latex, integrate_latex
from .fourier_series import fourier_series_evaluator, fourier_series_latex, fourier_graph_compute, fourier_visualizer, fourier_visualizer_svg
from .taylor_series import taylor_series, taylor_series_latex, taylor_series_computer, taylor_series_visualizer, taylor_series_visualizer_svg
from .graph_2d import graph, graph_compute_points, graph_svg
from .logic import truth_table_generator
from .helper import convert_to_latex
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "MathStuff"
version = "0.0.2"
version = "0.0.3"
authors = [{ name = "Vipul Cariappa", email = "vipulcariappa@gmail.com" }]
description = "Math Stuff"
readme = "README.md"
Expand Down

0 comments on commit 5e006bf

Please sign in to comment.