bump version

This commit is contained in:
Connor Olding 2018-07-02 15:56:24 +02:00
parent 0aee9edce6
commit 988f481bc0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Copyright (C) 2018 Connor Olding # Copyright (C) 2018 Connor Olding
# Distributed under terms of the MIT license. # Distributed under terms of the MIT license.
__version__ = "0.3.1" __version__ = "0.3.2"
import array import array
import gzip import gzip

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='mnists', name='mnists',
version='0.3.1', version='0.3.2',
packages=[ packages=[
'mnists', 'mnists',
], ],