Skip to content

Commit

Permalink
prepare second alpha release: 0.10.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig committed Mar 13, 2021
1 parent 0541ecc commit 39b9301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -61,7 +61,7 @@
#

# The full version, including alpha/beta/rc tags.
release = '0.10.0a0'
release = '0.10.0-alpha.1'

# The short X.Y version.
version = ".".join(release.split(".")[:2])
Expand Down
2 changes: 1 addition & 1 deletion hbmqtt/__init__.py
@@ -1,3 +1,3 @@
# See the file license.txt for copying permission.

__version__ = "0.10.0a0"
__version__ = "0.10.0-alpha.1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name="amqtt",
version="0.10.0a0",
version="0.10.0-alpha.1",
description="MQTT client/broker using Python asyncio",
author="aMQTT Contributers (https://github.com/Yakifo/amqtt/graphs/contributors)",
url="https://github.com/Yakifo/amqtt",
Expand Down

0 comments on commit 39b9301

Please sign in to comment.