Skip to content

Commit

Permalink
release number 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Dec 8, 2015
1 parent 6143fb9 commit 2a20bf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The rules for this file:
* accompany each entry with github issue/PR number (Issue #xyz)

------------------------------------------------------------------------------
??/??/?? orbeckst
12/07/2015 orbeckst, richardjgowers

* 0.3.1

Expand All @@ -26,7 +26,7 @@ The rules for this file:
regularly spaced grids allowed." (issue #21 and
MDAnalysis/mdanalysis#544)

09/10/22 kain88-de, holocronweavers, orbeckst
09/22/2015 kain88-de, holocronweavers, orbeckst

* 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion gridData/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@
from . import CCP4

__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'CCP4']
__version__ = '0.3.1-dev'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name="GridDataFormats",
version="0.3.1-dev",
version="0.3.1",
description="Reading and writing of data on regular grids in Python",
long_description=long_description,
author="Oliver Beckstein",
Expand Down

0 comments on commit 2a20bf3

Please sign in to comment.