diff --git a/mnists/__init__.py b/mnists/__init__.py index 59fb8e4..abd93ec 100644 --- a/mnists/__init__.py +++ b/mnists/__init__.py @@ -3,7 +3,7 @@ # Copyright (C) 2018 Connor Olding # Distributed under terms of the MIT license. -__version__ = "0.3.1" +__version__ = "0.3.2" import array import gzip diff --git a/setup.py b/setup.py index 3328e56..2292d5d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='mnists', - version='0.3.1', + version='0.3.2', packages=[ 'mnists', ],