We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3108a2c commit a805f9bCopy full SHA for a805f9b
pytest_examples/__init__.py
@@ -7,7 +7,7 @@
7
from .eval_example import EvalExample
8
from .find_examples import CodeExample, find_examples
9
10
-__version__ = '0.0.12'
+__version__ = '0.0.13'
11
__all__ = 'find_examples', 'CodeExample', 'EvalExample'
12
13
0 commit comments