Skip to content

Commit

Permalink
Update version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 28, 2016
1 parent 36de7bf commit d8a2bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.ipynb_checkpoints
*.pyc
docs/_build
doc/_build
build
*.egg-info
dist
recipe
docs/notebooks/_*
doc/notebooks/_*
2 changes: 1 addition & 1 deletion pybroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
import scipy.optimize as so
import lmfit

__version__ = '0.2'
__version__ = '0.3.dev0'


def tidy(result, var_names='key', **kwargs):
Expand Down

0 comments on commit d8a2bff

Please sign in to comment.