diff --git a/nifty/version.py b/nifty/version.py index c385518133258ddafc2a2ddca587ffc227d9efc8..04b23a2437b25d14313adee1b1f875608d44efd5 100644 --- a/nifty/version.py +++ b/nifty/version.py @@ -4,4 +4,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = '3.0.2' \ No newline at end of file +__version__ = '3.0.3'