Skip to content

Commit 4ee8763

Browse files
committed
bump version to 0.34.6
1 parent e6cc2a6 commit 4ee8763

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

condarecipe/larray-editor/larray-editor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"name": "LArray Documentation",
11-
"webbrowser": "http://larray.readthedocs.io/en/0.34.5",
11+
"webbrowser": "http://larray.readthedocs.io/en/0.34.6",
1212
"icon": "${MENU_DIR}/larray-help.ico"
1313
},
1414
{

condarecipe/larray-editor/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.5" %}
1+
{% set version = "0.34.6" %}
22

33
package:
44
name: larray-editor

larray_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from larray_editor.api import * # noqa: F403
22

3-
__version__ = '0.34.6-dev'
3+
__version__ = '0.34.6'

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-editor'
10-
VERSION = '0.34.6-dev'
10+
VERSION = '0.34.6'
1111
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1212
AUTHOR_EMAIL = '[email protected]'
1313
DESCRIPTION = "Graphical User Interface for LArray library"

0 commit comments

Comments
 (0)