We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac99f9 commit 3b880f4Copy full SHA for 3b880f4
pytest_examples/__init__.py
@@ -5,7 +5,7 @@
5
from .find_examples import CodeExample, find_examples
6
from .run_examples import ExampleRunner
7
8
-__version__ = '0.0.1'
+__version__ = '0.0.2'
9
__all__ = 'find_examples', 'CodeExample', 'ExampleRunner'
10
11
0 commit comments