Skip to content

Commit

Permalink
wlsqm/__init__.py: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Apr 24, 2017
1 parent 33525d6 commit 395b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlsqm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from __future__ import absolute_import # https://www.python.org/dev/peps/pep-0328/

__version__ = '0.1.2'
__version__ = '0.1.3'

from .fitter.defs import * # definitions (constants) (common)
from .fitter.simple import * # simple API
Expand Down

0 comments on commit 395b539

Please sign in to comment.