sabuhish / fastapi-mqtt

fastapi-mqtt is extension for MQTT protocol
https://sabuhish.github.io/fastapi-mqtt/
MIT License
256 stars 43 forks source link

Wrong package version published #48

Closed mblo closed 1 year ago

mblo commented 1 year ago

Problem

The recently published version of this package is 1.7, which does not match the semantic versioning used so far. Also, the pyproject.toml file holds wrong version, showing 1.0.2 https://github.com/sabuhish/fastapi-mqtt/blob/master/pyproject.toml#L3

Solution

Re-publish the package as 1.0.7 and withdraw the 1.7 version.

sabuhish commented 1 year ago

Sure, I will do it right now thanks for catching this.

sabuhish commented 1 year ago

Done, thanks!