diff --git a/setup.py b/setup.py index 2a228506..c2911ffb 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = '1.4.1' +version = '1.4.2' setup( name='thunder-python', diff --git a/thunder/__init__.py b/thunder/__init__.py index 26526c89..d5aeac96 100644 --- a/thunder/__init__.py +++ b/thunder/__init__.py @@ -12,4 +12,4 @@ def _setup(): _setup() -__version__ = '1.4.1' \ No newline at end of file +__version__ = '1.4.2' \ No newline at end of file