bump version
This commit is contained in:
parent
466b87035d
commit
d6e4a9bd3f
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
||||||
# 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.2.1"
|
||||||
|
|
||||||
# NOTE: npz functionality is incomplete.
|
# NOTE: npz functionality is incomplete.
|
||||||
|
|
||||||
import array
|
import array
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mnists',
|
name='mnists',
|
||||||
version='0.2.0',
|
version='0.2.1',
|
||||||
packages=[
|
packages=[
|
||||||
'mnists',
|
'mnists',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue