From 6a079e6b91cc1e6ab2f64fc4a67ac399e691dbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20de=20Menten?= Date: Tue, 31 Mar 2020 11:29:30 +0200 Subject: [PATCH] bump version to 0.32.2 --- condarecipe/larray_eurostat/meta.yaml | 4 ++-- larray_eurostat/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/condarecipe/larray_eurostat/meta.yaml b/condarecipe/larray_eurostat/meta.yaml index e8b21ee..05f8b13 100644 --- a/condarecipe/larray_eurostat/meta.yaml +++ b/condarecipe/larray_eurostat/meta.yaml @@ -1,9 +1,9 @@ package: name: larray_eurostat - version: 0.32.1 + version: 0.32.2 source: - git_tag: 0.32.1 + git_tag: 0.32.2 git_url: https://github.com/larray-project/larray_eurostat.git # git_tag: master # git_url: file://c:/Users/gdm/devel/larray_eutostat/.git diff --git a/larray_eurostat/__init__.py b/larray_eurostat/__init__.py index a56869e..6a65b1e 100644 --- a/larray_eurostat/__init__.py +++ b/larray_eurostat/__init__.py @@ -2,4 +2,4 @@ from larray_eurostat.tsv import eurostat_get -__version__ = '0.32.1' +__version__ = '0.32.2' diff --git a/setup.py b/setup.py index ce0b9ed..91a9916 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readlocal(fname): DISTNAME = 'larray_eurostat' -VERSION = '0.32.1' +VERSION = '0.32.2' AUTHOR = 'Alix Damman, Gaetan de Menten, Geert Bryon, Johan Duyck' AUTHOR_EMAIL = 'ald@plan.be' DESCRIPTION = "Additional package to import Eurostat files using LArray"