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.
1 parent 30bbc0e commit e2aebfcCopy full SHA for e2aebfc
jarvis/__init__.py
@@ -1,4 +1,5 @@
1
"""Version number."""
2
+
3
__version__ = "2024.3.4"
4
5
import os
@@ -9,4 +10,4 @@ def test(*args):
9
10
import pytest
11
12
path = os.path.join(os.path.split(__file__)[0], "tests")
- pytest.main(args=[path] + list(args))
13
+ pytest.main(args=[path] + list(args))
setup.py
@@ -83,4 +83,4 @@
83
"Topic :: Scientific/Engineering",
84
],
85
# scripts=glob.glob(os.path.join(JARVIS_DIR, "*"))
86
-)
+)
0 commit comments