Skip to content

Commit cf0e7ef

Browse files
Release 0.6.4
1 parent e437e48 commit cf0e7ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from setuptools import setup
2+
from io import open
23

34
setup(
45
name="vacances_scolaires_france",
56
license="MIT",
67
packages=["vacances_scolaires_france"],
7-
version="0.6.3",
8+
version="0.6.4",
89
description="Get school holiday dates for metropolitan France",
910
author="Antoine Augusti",
1011
author_email="[email protected]",

0 commit comments

Comments
 (0)