diff --git a/condarecipe/larray-editor/larray-editor.json b/condarecipe/larray-editor/larray-editor.json index 4311842..0542399 100644 --- a/condarecipe/larray-editor/larray-editor.json +++ b/condarecipe/larray-editor/larray-editor.json @@ -8,7 +8,7 @@ }, { "name": "LArray Documentation", - "webbrowser": "http://larray.readthedocs.io/en/0.34.5", + "webbrowser": "http://larray.readthedocs.io/en/0.34.6", "icon": "${MENU_DIR}/larray-help.ico" }, { diff --git a/condarecipe/larray-editor/meta.yaml b/condarecipe/larray-editor/meta.yaml index 995456d..04be663 100644 --- a/condarecipe/larray-editor/meta.yaml +++ b/condarecipe/larray-editor/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.34.5" %} +{% set version = "0.34.6" %} package: name: larray-editor diff --git a/larray_editor/__init__.py b/larray_editor/__init__.py index eaf1982..da817ce 100644 --- a/larray_editor/__init__.py +++ b/larray_editor/__init__.py @@ -1,3 +1,3 @@ from larray_editor.api import * # noqa: F403 -__version__ = '0.34.6-dev' +__version__ = '0.34.6' diff --git a/setup.py b/setup.py index 09837f4..063a17c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readlocal(fname): DISTNAME = 'larray-editor' -VERSION = '0.34.6-dev' +VERSION = '0.34.6' AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman' AUTHOR_EMAIL = 'gdementen@gmail.com' DESCRIPTION = "Graphical User Interface for LArray library"