This commit is contained in:
Tan, Kian-ting 2016-04-10 00:47:56 +08:00
parent 89265acddb
commit bc5d8abd18
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env python3
#the version no. of findarray30code
__version__ = "0.0.1"
__version__ = "0.0.2"

View file

@ -4,7 +4,7 @@ from distutils.core import setup
from findarray30code.__version__ import __version__
setup(
name='FindArray30Code',
name='findarray30code',
version=__version__,
author='Yoxem Chen',
url="https://github.com/Yoxem/findarray30code",