Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Apr 9, 2018
1 parent aed9068 commit 800d326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.4.2
- Fix bug in load_state (#23)

### 0.4.1
- Allow any type of state variable
- copy_state() should not return None silently
Expand Down
2 changes: 1 addition & 1 deletion simanneal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .anneal import Annealer

__all__ = ['Annealer']
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 800d326

Please sign in to comment.