Skip to content

Commit

Permalink
bump version for pypi, add Dave J to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fairhead committed Feb 3, 2017
1 parent f60a506 commit 031cc5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup
__version__ = '0.9.3'
__version__ = '0.9.4'

setup(
name='simpleeval',
Expand Down
1 change: 1 addition & 0 deletions simpleeval.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- perkinslr (Logan Perkins) (.__globals__ or .func_ breakouts)
- impala2 (Kirill Stepanov) (massive _eval refactor)
- gk (ugik) (Other iterables than str can DOS too, and can be made)
- daveisfera (Dave Johansen) 'not' Boolean op, Pycharm and pep8 fixes.
-------------------------------------
Usage:
Expand Down

0 comments on commit 031cc5d

Please sign in to comment.