Skip to content

Commit 0f56a33

Browse files
authored
Merge pull request #43 from xpodev/dev/v0.8.3
0.8.3
2 parents d406819 + 0daa964 commit 0f56a33

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-seamless"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = [
55
{ name="Xpo Development", email="[email protected]" },
66
]
@@ -22,8 +22,8 @@ Issues = "https://github.com/xpodev/seamless/issues"
2222
include-package-data = true
2323

2424
[tool.setuptools.packages.find]
25-
include = ["seamless"]
26-
exclude = ["tests"]
25+
include = ["seamless*"]
26+
exclude = ["tests*"]
2727

2828
[tool.setuptools.package-data]
2929
seamless = ["**/*.js"]

seamless/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
from .components import Component
22
from .html import *
33
from .rendering.html import render
4-
from .core import JS
4+
from .core import JS
5+
6+
__version__ = "0.8.3"

0 commit comments

Comments
 (0)