Skip to content

Commit

Permalink
bump version to 0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Jul 18, 2024
1 parent 195dbf0 commit a4ff29a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion condarecipe/larray-editor/larray-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"name": "LArray Documentation",
"webbrowser": "http://larray.readthedocs.io/en/0.34.2",
"webbrowser": "http://larray.readthedocs.io/en/0.34.3",
"icon": "${MENU_DIR}/larray-help.ico"
},
{
Expand Down
2 changes: 1 addition & 1 deletion condarecipe/larray-editor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.34.2" %}
{% set version = "0.34.3" %}

package:
name: larray-editor
Expand Down
2 changes: 1 addition & 1 deletion larray_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from larray_editor.api import * # noqa: F403

__version__ = '0.34.3-dev'
__version__ = '0.34.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readlocal(fname):


DISTNAME = 'larray-editor'
VERSION = '0.34.3-dev'
VERSION = '0.34.3'
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
AUTHOR_EMAIL = 'gdementen@gmail.com'
DESCRIPTION = "Graphical User Interface for LArray library"
Expand Down

0 comments on commit a4ff29a

Please sign in to comment.