Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1on committed Jul 10, 2024
1 parent 30049b8 commit 5491327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onestep"
version = "0.3.81"
version = "0.3.9"
description = ""
authors = ["miclon <jcnd@163.com>"]
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions src/onestep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# broker
'BaseBroker',
'BaseConsumer',
'BaseLocalBroker',
'BaseLocalConsumer',
'MemoryBroker',
'RabbitMQBroker',
'WebHookBroker',
Expand Down Expand Up @@ -61,4 +59,4 @@
'__version__'
]

__version__ = '0.3.81'
__version__ = '0.3.9'

0 comments on commit 5491327

Please sign in to comment.