8000 bump version to 0.31 · alixdamman/larray@513f95f · GitHub
[go: up one dir, main page]

Skip to content

Commit 513f95f

Browse files
committed
bump version to 0.31
1 parent e5c5e70 commit 513f95f

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.31-dev
3+
version: 0.31
44

55
source:
6-
git_tag: 0.31-dev
6+
git_tag: 0.31
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.31-dev'
3+
__version__ = '0.31'
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.31-dev'
12+
VERSION = '0.31'
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)
0