V 0.0.6
This commit is contained in:
parent
5eeca61e09
commit
7caed48746
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -5,8 +5,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="knotctl",
|
name="knotctl",
|
||||||
version="0.0.5",
|
version="0.0.6",
|
||||||
packages = setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
author="Micke Nordin",
|
author="Micke Nordin",
|
||||||
author_email="hej@mic.ke",
|
author_email="hej@mic.ke",
|
||||||
description="A cli for knotapi.",
|
description="A cli for knotapi.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue