shiwaforce / poco

Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.

Home Page:https://getpoco.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] New version number

gaborkolarovics opened this issue · comments

If the pip has new version, but the poco dosn't then i get invalid version number.

See it:

(poco) kolarovicsg@Lenovo-14812:~/Private/poco$ pip install poco==
Collecting poco==
Could not find a version that satisfies the requirement poco== (from versions: 0.96.0, 0.96.1, 0.96.2, 0.96.3, 0.96.4, 0.96.5, 0.96.6, 0.96.7, 0.96.8, 0.96.9, 0.96.11, 0.96.12, 0.97.0, 0.97.1, 0.98.0, 0.98.1, 0.99.0, 0.99.1)
No matching distribution found for poco==
You are using pip version 9.0.1, however version 22.2.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(poco) kolarovicsg@Lenovo-14812:~/Private/poco$ python -m poco.poco -v

New version of poco is available ('9.0.1').
Please upgrade with: pip install -U poco

0.99.1
(poco) kolarovicsg@Lenovo-14812:~/Private/poco$