Skip to content

Commit c2ef2ee

Browse files
v__0.226
1 parent 8570b12 commit c2ef2ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mec/tests/test_smoke.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# tests/test_smoke.py
2+
def test_import():
3+
import mec # just verifies the package imports

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mec"
7-
version = "0.225"
7+
version = "0.226"
88
description = "description of the package"
99
readme = "README.md"
1010
requires-python = ">=3"

0 commit comments

Comments
 (0)