Skip to content

Commit

Permalink
chore: removed retry dependency (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
xytxytxyt committed Nov 17, 2022
1 parent a47e48d commit 17f56fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ergo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import subprocess
import sys

VERSION = '0.11.1'
VERSION = '0.11.2'


def get_version() -> str:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def run(self):
'pyYaml',
'mypy_extensions',
'aio-pika',
'retry',
'aiomisc',
'graphviz',
'pydash',
Expand Down

0 comments on commit 17f56fa

Please sign in to comment.