Skip to content

Commit d359791

Browse files
committed
Version 0.4.0.
1 parent 305cd26 commit d359791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
pip install pytest
2020
pip install scipy
21-
pytest test/lib/python?.?/site-packages/lap/
21+
pytest $VIRTUAL_ENV/lib/python*/site-packages/lap/
2222

2323
6. Tag and release on github:
2424

lap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import sys
1515

16-
__version__ = '0.4dev'
16+
__version__ = '0.4.0'
1717

1818
try:
1919
__LAP_SETUP__

0 commit comments

Comments
 (0)