Updating setup.py
This commit is contained in:
parent
de57a1fbb1
commit
2853149794
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ long_description = open("README.md").read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="scoreboard-benchmark",
|
name="scoreboard-benchmark",
|
||||||
version="0.1",
|
version="1.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
Loading…
Reference in a new issue