diff --git a/piff/_version.py b/piff/_version.py index b44fc0d8..1e97a32e 100644 --- a/piff/_version.py +++ b/piff/_version.py @@ -12,5 +12,5 @@ # this list of conditions and the disclaimer given in the documentation # and/or other materials provided with the distribution. -__version__ = '1.2.3' +__version__ = '1.2.4' __version_info__ = tuple(map(int, __version__.split('.')))