Skip to content

Commit

Permalink
0.6.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
28left committed Jan 21, 2024
1 parent ad3bee5 commit a28b16e
Show file tree
Hide file tree
Showing 105 changed files with 267 additions and 1,567 deletions.
Binary file added dist/cyllene-0.6.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/cyllene-0.6.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cyllene"
version = "0.6.1"
version = "0.6.2"
description = "IPython package for math problem authoring"
readme = "README.md"
authors = [{ name = "Jan Reimann", email = "jan.reimann@psu.edu" }]
Expand Down
9 changes: 8 additions & 1 deletion src/cyllene.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cyllene
Version: 0.6.1
Version: 0.6.2
Summary: IPython package for math problem authoring
Author-email: Jan Reimann <jan.reimann@psu.edu>
License: MIT License
Expand Down Expand Up @@ -31,6 +31,13 @@ Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: text2qti>=0.5.0
Requires-Dist: ipython>=8.4.0
Requires-Dist: ipywidgets>=8.0.1
Requires-Dist: sympy>=1.10.1
Requires-Dist: pyparsing>=3.0.9
Requires-Dist: ipyvuetify>=1.8.2
Requires-Dist: py-asciimath>=0.3.0

# mathwithjupyter
Teaching math (and more) with Jupyter notebooks
2 changes: 2 additions & 0 deletions src/cyllene.egg-info/SOURCES.txt
Expand Up @@ -14,7 +14,9 @@ src/cyllene/MathFunctions/math_define.py
src/cyllene/MathFunctions/math_functionclass.py
src/cyllene/MathFunctions/math_helpers.py
src/cyllene/MathFunctions/math_listform.py
src/cyllene/MathFunctions/math_plot.py
src/cyllene/MathFunctions/math_randomfunction.py
src/cyllene/MathFunctions/math_randomrational.py
src/cyllene/MathFunctions/math_rfunction.py
src/cyllene/MathFunctions/math_string.py
src/cyllene/MathFunctions/math_table.py
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a28b16e

Please sign in to comment.