Skip to content

Commit

Permalink
fix: No module named 'asyncmy.connection'
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed May 28, 2024
1 parent 73dcea8 commit 7a51ee8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion asyncmy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.2.10-rc1"
__VERSION__ = "0.2.10"
15 changes: 9 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/long2ice/asyncmy.git"
version = "0.2.10-rc1"
version = "0.2.10"

[tool.poetry.dependencies]
python = "^3.7"
Expand All @@ -23,6 +23,7 @@ isort = "*"
mypy = "*"
rich = "*"
ruff = "*"
execnet = "<2.1.1" # Remove it when py37 dropped
# Remove the follows if migrate black to ruff
black = "<24.4.2" # black>=24 requires py38+
click = "*"
Expand Down

0 comments on commit 7a51ee8

Please sign in to comment.