Skip to content

Commit cde7bdb

Browse files
committed
bump version to 0.34.3
1 parent 32b88c7 commit cde7bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

condarecipe/larray_eurostat/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.2" %}
1+
{% set version = "0.34.3" %}
22

33
package:
44
name: larray_eurostat

larray_eurostat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from larray_eurostat.tsv import eurostat_get # noqa: F401
22

3-
__version__ = '0.34.2'
3+
__version__ = '0.34.3'

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_eurostat'
10-
VERSION = '0.34.2'
10+
VERSION = '0.34.3'
1111
AUTHOR = 'Alix Damman, Gaetan de Menten, Geert Bryon, Johan Duyck'
1212
AUTHOR_EMAIL = '[email protected]'
1313
DESCRIPTION = "Additional package to import Eurostat files using LArray"

0 commit comments

Comments
 (0)