Skip to content

Commit bfb05f9

Browse files
committed
bump version to 0.35
1 parent 0c96457 commit bfb05f9

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.6" %}
1+
{% set version = "0.35" %}
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.35-dev'
1+
__version__ = '0.35'
22

33

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "larray"
9-
version = "0.35-dev"
9+
version = "0.35"
1010
description = "N-D labeled arrays in Python"
1111
readme = { file = "README.rst", content-type = "text/x-rst" }
1212

0 commit comments

Comments
 (0)