Skip to content

Commit

Permalink
release 4.1.3; fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Oct 24, 2023
1 parent 1b20579 commit 8a3354a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_tidb/__init__.py
Expand Up @@ -16,7 +16,7 @@

from .patch import monkey_patch

__version__ = "4.1.2"
__version__ = "4.1.3"


monkey_patch()
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,7 @@ dynamic = ["version"]
"Source" = "https://github.com/pingcap/django-tidb"

[tool.setuptools]
packages = ["django_tidb"]
packages = ["django_tidb", "django_tidb.fields"]

[tool.setuptools.dynamic]
version = {attr = "django_tidb.__version__"}

0 comments on commit 8a3354a

Please sign in to comment.