Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpalmer committed Nov 21, 2018
1 parent b69cc09 commit a0c479b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log for mrcfile
======================

For next release
----------------
Version 1.1.0 (2018-11-21)
--------------------------

* Add open_async() function for background file loading
* Add new_mmap() function for fast creation of large files
Expand Down
2 changes: 1 addition & 1 deletion mrcfile/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
no dependencies.
"""

__version__ = '1.0.4'
__version__ = '1.1.0'

0 comments on commit a0c479b

Please sign in to comment.