Skip to content

Commit b1efe63

Browse files
committed
bump version
1 parent 2ef3db3 commit b1efe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wlsqm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# absolute_import: https://www.python.org/dev/peps/pep-0328/
2222
from __future__ import division, print_function, absolute_import
2323

24-
__version__ = '0.1.5'
24+
__version__ = '0.1.6'
2525

2626
from .fitter.defs import * # definitions (constants) (common)
2727
from .fitter.simple import * # simple API

0 commit comments

Comments
 (0)