Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispurigenbio committed Oct 31, 2020
1 parent da22919 commit 105d369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Read version from package.
# from ionize.__version__ import __version__
__version__ == '1.4.0'
__version__ = '1.4.0'

setup(name='ionize',
version=__version__,
Expand Down

0 comments on commit 105d369

Please sign in to comment.