bump version
This commit is contained in:
parent
0c845a5ad8
commit
03b9c28554
2 changed files with 2 additions and 2 deletions
|
@ -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.2"
|
__version__ = "0.4.0"
|
||||||
|
|
||||||
import array
|
import array
|
||||||
import gzip
|
import gzip
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mnists',
|
name='mnists',
|
||||||
version='0.3.2',
|
version='0.4.0',
|
||||||
packages=[
|
packages=[
|
||||||
'mnists',
|
'mnists',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue