Skip to content

Commit ca6e8ef

Browse files
committed
prepare for release
1 parent 2503d85 commit ca6e8ef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.23
3+
version: 0.24
44

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

doc/source/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Version 0.24
55
============
66

7-
In development
7+
Released on 2017-06-14.
88

99
.. include:: ./changes/version_0_24.rst.inc
1010

larray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from larray.extra import *
88
from larray.viewer import *
99

10-
__version__ = "0.23"
10+
__version__ = "0.24"

setup.py

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

99

1010
DISTNAME = 'larray'
11-
VERSION = '0.23'
11+
VERSION = '0.24'
1212
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1313
AUTHOR_EMAIL = 'gdementen@gmail.com'
1414
DESCRIPTION = "N-D labeled arrays in Python"

0 commit comments

Comments
 (0)