Hi :),
i have created my first libary (https://pypi.org/project/power-decos/ / https://github.com/MrCode200/power_decos) .
Problem:
when using pip install power_decos or pip install git+https://github.com/MrCode200/power_decos.git it downloads a older version/wrong version.
The code is in git is up to date and has a feature (power_decorator.Cache) which the one when installing doesn't have.
Something i dont understand is that i published the first time my code to pypi with the version which had cache_decorator module but still when pip installing it uses the old version.
Thanks for your help, i really dont know what to do anymore.
Btw. if you find anything else i should change i appreciate if you tell me ๐ (as this is my first time publishing a libary)