Skip to content

Commit

Permalink
Releasing version 1.2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed Jun 26, 2021
1 parent 2aa567c commit 4afc45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to = {format = "setuppy", path = "setup.py"}
[tool.poetry]
name = "lightbus"
version = "1.2.0a1"
version = "1.2.0a2"
authors = [
"Adam Charnock <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
long_description=readme,
name="lightbus",
version="1.2.0a1",
version="1.2.0a2",
description="RPC & event framework for Python 3",
python_requires=">=3.7",
project_urls={
Expand Down

0 comments on commit 4afc45e

Please sign in to comment.