Skip to content

Commit

Permalink
[fix]: allow python3.8 through pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias-ant committed Jul 16, 2023
1 parent 9eddd78 commit 3869755
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 62 deletions.
2 changes: 1 addition & 1 deletion advertion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .public import validate

__version__ = "0.1.0-alpha1"
__version__ = "0.1.0-alpha2"

__all__ = ["__version__", "validate"]
158 changes: 99 additions & 59 deletions poetry.lock

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

Loading

0 comments on commit 3869755

Please sign in to comment.