bump version

This commit is contained in:
Connor Olding 2018-03-24 06:50:04 +01:00
parent 466b87035d
commit d6e4a9bd3f
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
# Copyright (C) 2018 Connor Olding
# Distributed under terms of the MIT license.
__version__ = "0.2.1"
# NOTE: npz functionality is incomplete.
import array

View File

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