File tree Expand file tree Collapse file tree 3 files changed +1
-60
lines changed
Expand file tree Collapse file tree 3 files changed +1
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,17 +49,6 @@ coverage.xml
4949* .mo
5050* .pot
5151
52- # Django stuff:
53- * .log
54- local_settings.py
55-
56- # Flask stuff:
57- instance /
58- .webassets-cache
59-
60- # Scrapy stuff:
61- .scrapy
62-
6352# Sphinx documentation
6453docs /_build /
6554
@@ -72,21 +61,12 @@ target/
7261# pyenv
7362.python-version
7463
75- # celery beat schedule file
76- celerybeat-schedule
77-
7864# dotenv
7965.env
8066
8167# virtualenv
8268venv /
8369ENV /
8470
85- # Spyder project settings
86- .spyderproject
87-
88- # Rope project settings
89- .ropeproject
90-
9171# IDEA settings
9272.idea /
Original file line number Diff line number Diff line change 22mathparse is a library for solving mathematical equations contained in strings
33"""
44
5- __version__ = '0.1.4 '
5+ __version__ = '0.1.5 '
66__author__ = 'Gunther Cox'
7788__url__ = 'https://github.com/gunthercox/mathparse'
You can’t perform that action at this time.
0 commit comments