Skip to content

Commit 18faaa8

Browse files
committed
Update package details
1 parent f3e400e commit 18faaa8

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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
6453
docs/_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
8268
venv/
8369
ENV/
8470

85-
# Spyder project settings
86-
.spyderproject
87-
88-
# Rope project settings
89-
.ropeproject
90-
9171
#IDEA settings
9272
.idea/

mathparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mathparse 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'
77
__email__ = '[email protected]'
88
__url__ = 'https://github.com/gunthercox/mathparse'

0 commit comments

Comments
 (0)