Skip to content

Commit 09d06f1

Browse files
committed
bump version to 0.32.2
1 parent 7132be6 commit 09d06f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

condarecipe/larray-editor/larray-editor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"name": "LArray Documentation",
12-
"webbrowser": "http://larray.readthedocs.io/en/0.32.1",
12+
"webbrowser": "http://larray.readthedocs.io/en/0.32.2",
1313
"icon": "${MENU_DIR}/larray-help.ico"
1414
},
1515
{

condarecipe/larray-editor/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-editor
3-
version: 0.32.2-dev
3+
version: 0.32.2
44

55
source:
6-
git_tag: 0.32.2-dev
6+
git_tag: 0.32.2
77
git_url: https://github.com/larray-project/larray-editor.git
88
# git_tag: master
99
# git_url: file://c:/Users/gdm/devel/larray-editor/.git

larray_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from larray_editor.api import *
44

5-
__version__ = '0.32.2-dev'
5+
__version__ = '0.32.2'

setup.py

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

1010

1111
DISTNAME = 'larray-editor'
12-
VERSION = '0.32.2-dev'
12+
VERSION = '0.32.2'
1313
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1414
AUTHOR_EMAIL = 'gdementen@gmail.com'
1515
DESCRIPTION = "Graphical User Interface for LArray library"

0 commit comments

Comments
 (0)