doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

Build Version Mismatch #43

Closed malvidin closed 4 years ago

malvidin commented 4 years ago

When creating the package for distribution, it uses the version from setup.py, not vt.py.

setup.py.txt

doomedraven commented 4 years ago

fixed thanks

malvidin commented 4 years ago

Because the classifiers are static, the Development Statusis still listed as "5 - Production/Stable". In the code above, I used the "a" in the end of "4.0.0.0a3" to mark it "3 - Alpha", and so that it would change to "4 - Beta" if the version became "4.0.0.0b1".

doomedraven commented 4 years ago

well i did't see problem in my code, at least what im using on daily basis, and nobody reported any other, as their api v3 is still in dev, is kinda what they can break things, so i didn't change that, bcz if that would be my choice i would call it v4 already. so just think github repo is dev version, pip is stable

is why in pip you have latest stable version https://pypi.org/project/vt/ vt 3.1.3.7 based on api v2 of vt