8000 bump version to 0.34.3 · larray-project/larray@cbde5d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbde5d8

Browse files
committed
bump version to 0.34.3
1 parent a7ca643 commit cbde5d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

condarecipe/larray/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.34.2" %}
1+
{% set version = "0.34.3" %}
22

33
package:
44
name: larray

larray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.34.3-dev'
1+
__version__ = '0.34.3'
22

33

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

setup.py

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

88

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

0 commit comments

Comments
 (0)
0