0.0.2
This commit is contained in:
parent
89265acddb
commit
bc5d8abd18
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#the version no. of findarray30code
|
#the version no. of findarray30code
|
||||||
__version__ = "0.0.1"
|
__version__ = "0.0.2"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
||||||
from findarray30code.__version__ import __version__
|
from findarray30code.__version__ import __version__
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='FindArray30Code',
|
name='findarray30code',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
author='Yoxem Chen',
|
author='Yoxem Chen',
|
||||||
url="https://github.com/Yoxem/findarray30code",
|
url="https://github.com/Yoxem/findarray30code",
|
||||||
|
|
Loading…
Reference in a new issue