diff --git a/setup.py b/setup.py index 207a061..ec2891d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -from portainer_cli import __version__ +__version__ = '0.3.0' with open('README.md', 'r') as fh: long_description = fh.read()