Skip to content

Commit

Permalink
Update package details
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed May 1, 2020
1 parent f3e400e commit 18faaa8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 60 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/pythonpackage.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ coverage.xml
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

Expand All @@ -72,21 +61,12 @@ target/
# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject

#IDEA settings
.idea/
2 changes: 1 addition & 1 deletion mathparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mathparse is a library for solving mathematical equations contained in strings
"""

__version__ = '0.1.4'
__version__ = '0.1.5'
__author__ = 'Gunther Cox'
__email__ = '[email protected]'
__url__ = 'https://github.com/gunthercox/mathparse'

0 comments on commit 18faaa8

Please sign in to comment.