Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Aug 2, 2024
1 parent bf80bb6 commit 29394b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_zodb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ =
__version__ = "0.1.0"
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ requires = ["setuptools"]
name = "django-zodb"
dependencies = ["zodb"]
dynamic = ["version"]

[tool.setuptools]
packages = ["django_zodb"]

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

0 comments on commit 29394b0

Please sign in to comment.