Skip to content

Commit

Permalink
bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Feb 13, 2015
1 parent 9f69359 commit b5eae5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: datashape
version: "0.4.2"
version: "0.4.3"

build:
script:
Expand Down
2 changes: 1 addition & 1 deletion datashape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .error import (DataShapeSyntaxError, OverloadError, UnificationError,
CoercionError)

__version__ = '0.4.2'
__version__ = '0.4.3'

def test(verbose=False, xunitfile=None, exit=False):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name = "DataShape",
version = "0.4.2",
version = "0.4.3",
author = "Continuum Analytics",
author_email = "[email protected]",
description = ("A data description language."),
Expand Down

0 comments on commit b5eae5b

Please sign in to comment.