diff --git a/friture/__init__.py b/friture/__init__.py index 9a25b48f..7a6ae473 100644 --- a/friture/__init__.py +++ b/friture/__init__.py @@ -18,10 +18,10 @@ # along with Friture. If not, see . # version and date -__version__ = "0.30" +__version__ = "0.32" # NSIS (because of Windows) requires the version to be in the format X.X.X.X # the following line is read by the installer -__versionXXXX__ = "0.30.0.0" -__releasedate__ = "2018-01-14" +__versionXXXX__ = "0.32.0.0" +__releasedate__ = "2018-01-16" __all__ = ["plotting"]