Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman-lab committed Aug 5, 2016
1 parent 33ae844 commit 17c6b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = '1.4.1'
version = '1.4.2'

setup(
name='thunder-python',
Expand Down
2 changes: 1 addition & 1 deletion thunder/__init__.py
Expand Up @@ -12,4 +12,4 @@ def _setup():

_setup()

__version__ = '1.4.1'
__version__ = '1.4.2'

0 comments on commit 17c6b3a

Please sign in to comment.