Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="hello-codeartifact",
|
name="hello-codeartifact",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
description="A hello-world PyPI package for CodeArtifact demo",
|
description="A hello-world PyPI package for CodeArtifact demo",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user