8000 bump version to 0.34.2-dev · larray-project/larray_eurostat@f4aba98 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4aba98

Browse files
committed
bump version to 0.34.2-dev
1 parent 27cbe6f commit f4aba98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1'
3+
__version__ = '0.34.2-dev'

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.1'
10+
VERSION = '0.34.2-dev'
1111
AUTHOR = 'Alix Damman, Gaetan de Menten, Geert Bryon, Johan Duyck'
1212
AUTHOR_EMAIL = 'ald@plan.be'
1313
DESCRIPTION = "Additional package to import Eurostat files using LArray"

0 commit comments

Comments
 (0)
0