Skip to content

Commit 46125ec

Browse files
committed
bump version to 0.30
1 parent cb86d28 commit 46125ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

condarecipe/larray/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: larray
3-
version: 0.30-dev
3+
version: 0.30
44

55
source:
6-
git_tag: 0.30-dev
6+
git_tag: 0.30
77
git_url: https://github.com/larray-project/larray.git
88
# git_tag: master
99
# git_url: file://c:/Users/gdm/devel/larray/.git

larray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import, division, print_function
22

3-
__version__ = '0.30-dev'
3+
__version__ = '0.30'
44

55

66
from larray.core.axis import Axis, AxisCollection, X

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readlocal(fname):
99

1010

1111
DISTNAME = 'larray'
12-
VERSION = '0.30-dev'
12+
VERSION = '0.30'
1313
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1414
AUTHOR_EMAIL = 'gdementen@gmail.com'
1515
DESCRIPTION = "N-D labeled arrays in Python"

0 commit comments

Comments
 (0)