Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Jun 21, 2017
1 parent 300e4ad commit 29a8e52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@ When omiting multiplication sign with functions:
[tau@sigma ~]$ lax -c 'x * f(x-3)((x-2)/(x-(y^2)))'
x\cdot \left(f\left(x-3\right)\right)\left(\frac{x-2}{x-\sqrt[y]{2}}\right)

A really convoluted example:

[tau@sigma ~]$ lax -c 'x * (x-3) (f(x-3) - 2) (x ** (x-3/(x-2)))'
x\cdot \left(x-3\right)\left(f\left(x-3\right)-2\right)\left({x}^{\left(x-\frac{3}{x-2}\right)}\right)

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="lax",
version="0.2",
version="0.3",
packages=["liblax"],
scripts=['lax'],
author="Iury O. G. Figueiredo",
Expand All @@ -27,4 +27,5 @@





0 comments on commit 29a8e52

Please sign in to comment.