We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305cd26 commit d359791Copy full SHA for d359791
RELEASING.md
@@ -18,7 +18,7 @@
18
19
pip install pytest
20
pip install scipy
21
- pytest test/lib/python?.?/site-packages/lap/
+ pytest $VIRTUAL_ENV/lib/python*/site-packages/lap/
22
23
6. Tag and release on github:
24
lap/__init__.py
@@ -13,7 +13,7 @@
13
14
import sys
15
16
-__version__ = '0.4dev'
+__version__ = '0.4.0'
17
try:
__LAP_SETUP__
0 commit comments