diff --git a/python/VERSION b/python/VERSION index 5f13de85e3e164a6a7ed72af43a4a3d38dcaaa52..1f4df0f48d9e5662d26361bdd28c68b795ab4cc6 100755 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -tffpy:0.1.4 +tffpy:0.1.5 diff --git a/python/tffpy/__init__.py b/python/tffpy/__init__.py index 6929c0d3c2d2e5f32fb72674a579bb2b6511add5..a56d37b02b43322685d702f1f802e81d997c6f73 100755 --- a/python/tffpy/__init__.py +++ b/python/tffpy/__init__.py @@ -8,4 +8,4 @@ # __all__ = ['GaborMultiplier', 'get_dgt_params', 'get_signal_params', 'dgt'] # TODO minimal documentation__version__ = "0.1" -__version__ = "0.1.4" +__version__ = "0.1.5"