jessepollak / mixpanel-python-async

:zap: Batch and send your Mixpanel API calls asynchronously in Python
Other
59 stars 16 forks source link

PyPI version 0.0.3 not the same as Github version 0.0.3 #8

Closed roneilr closed 10 years ago

roneilr commented 10 years ago

The version of this package here: https://pypi.python.org/pypi/mixpanel-py-async/0.0.3 is not up to date, despite claiming to be. Checking out tag v0.0.3 straight from the repo (eg. via pip install -e git+https://github.com/jessepollak/mixpanel-python-async.git@v0.0.3#egg=mixpanel-py-async) gets me the most up to date version, which doesn't have the thread safety bug.

I've worked around it now, but you all should fix the PyPI version to save others the trouble!

Thanks for building an awesome plugin.

jessepollak commented 10 years ago

Thanks for the heads up — I just released 0.0.4, which should have all the latest code. Please let me know if you see any other issues!