We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d406819 + 0daa964 commit 0f56a33Copy full SHA for 0f56a33
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-seamless"
3
-version = "0.8.2"
+version = "0.8.3"
4
authors = [
5
{ name="Xpo Development", email="[email protected]" },
6
]
@@ -22,8 +22,8 @@ Issues = "https://github.com/xpodev/seamless/issues"
22
include-package-data = true
23
24
[tool.setuptools.packages.find]
25
-include = ["seamless"]
26
-exclude = ["tests"]
+include = ["seamless*"]
+exclude = ["tests*"]
27
28
[tool.setuptools.package-data]
29
seamless = ["**/*.js"]
seamless/__init__.py
@@ -1,4 +1,6 @@
from .components import Component
from .html import *
from .rendering.html import render
-from .core import JS
+from .core import JS
+
+__version__ = "0.8.3"
0 commit comments