bump version

This commit is contained in:
Connor Olding 2018-03-24 11:18:11 +01:00
parent 6efccb6b20
commit 05e9ed1285
2 changed files with 2 additions and 2 deletions

View File

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

View File

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