diff --git a/tests/test_pkg.py b/tests/test_pkg.py new file mode 100644 index 0000000..e8705df --- /dev/null +++ b/tests/test_pkg.py @@ -0,0 +1,5 @@ +import orcidpubs + + +def test_version_tag(): + _ = orcidpubs.__version__