Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctarver committed Mar 1, 2019
1 parent 57b0f77 commit 9c2ead3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Chance Tarver"""
__email__ = 'tarver.chance@gmail.com'
__version__ = '__version__ = '0.2.2''
__version__ = '__version__ = '__version__ = '0.2.2'''

from . import analog
from . import corrections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ctarver/phypy',
version='version='0.2.2'',
version='version='version='0.2.2''',
zip_safe=False,
)

0 comments on commit 9c2ead3

Please sign in to comment.