Skip to content

Commit

Permalink
release 0.3.3
Browse files Browse the repository at this point in the history
- no changes in functionality (only tempdir package added directly to
  simplify conda packaging)
- set release number to 0.3.3 and date to today
  • Loading branch information
orbeckst committed May 13, 2016
1 parent 51c82fe commit f2de202
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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)

------------------------------------------------------------------------------
xx/xx/2016 kain88-de
05/13/2016 kain88-de

* 0.3.3

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

__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'CCP4', 'testing']
__version__ = '0.3.3-dev'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: griddataformats
version: "0.3.3-dev"
version: "0.3.3"

source:
path: .
Expand Down
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.3-dev",
version="0.3.3",
description="Reading and writing of data on regular grids in Python",
long_description=long_description,
author="Oliver Beckstein",
Expand Down

0 comments on commit f2de202

Please sign in to comment.