frawau / aioblescan

Python only library to scan and decode advertised BLE info. Uses asyncio. Can decode Ruuvi Tag. Can broadcast EddyStone packets.
MIT License
125 stars 62 forks source link

How can I get the source code of latest relase? #39

Closed allenzt closed 3 years ago

allenzt commented 3 years ago

Hi @frawau

Thanks for your excllent work! I can easily use it to process BLE advertisement.

In this repo, I only can find the latest release is 0.2.4, but in PyPi, the latest version is 0.2.8, so could you help me to figure out which one I should use? how can I get source code of latest relase?

Thanks again!

frawau commented 3 years ago

Hi,

The sources in this github repo are the latest ones. Look int setup.py and aioblescan/init.py It is 0.2.8 What make you think it is 0.2.4?

Ernst79 commented 3 years ago

I think he refers to the "releases" on the main page on github

https://github.com/frawau/aioblescan/releases

frawau commented 3 years ago

I see. That is because I changed the way I push releases to PyPi. I now use twine to push my releases, so I no longer need to create those "release" bundles. @allenzt Just clone the repo and you'll get the latest version. You can also download it as a zip. @Ernst79 Thanks for the pointer.

frawau commented 3 years ago

OK, I did create a release.

allenzt commented 3 years ago

@frawau @Ernst79 Many thanks for your help, I got it!