Skip to content

Commit f2de202

Browse files
committed
release 0.3.3
- no changes in functionality (only tempdir package added directly to simplify conda packaging) - set release number to 0.3.3 and date to today
1 parent 51c82fe commit f2de202

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The rules for this file:
1212
* accompany each entry with github issue/PR number (Issue #xyz)
1313

1414
------------------------------------------------------------------------------
15-
xx/xx/2016 kain88-de
15+
05/13/2016 kain88-de
1616

1717
* 0.3.3
1818

gridData/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@
195195
from . import testing
196196

197197
__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'CCP4', 'testing']
198-
__version__ = '0.3.3-dev'
198+
__version__ = '0.3.3'

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: griddataformats
3-
version: "0.3.3-dev"
3+
version: "0.3.3"
44

55
source:
66
path: .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = f.read()
99

1010
setup(name="GridDataFormats",
11-
version="0.3.3-dev",
11+
version="0.3.3",
1212
description="Reading and writing of data on regular grids in Python",
1313
long_description=long_description,
1414
author="Oliver Beckstein",

0 commit comments

Comments
 (0)