Skip to content

Commit

Permalink
Update verson to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 8, 2017
1 parent b3615b8 commit 470dae8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Here are a few examples:
mathparse.parse('(seven * nine) + 8 - (45 plus two)', language='ENG')
>>> 24
Installation
============

.. code-block:: bash
pip install mathparse
Language support
================

Expand Down
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.0.1'
__version__ = '0.0.2'
__author__ = 'Gunther Cox'
__email__ = '[email protected]'
__url__ = 'https://github.com/gunthercox/mathparse'

0 comments on commit 470dae8

Please sign in to comment.