Skip to content

Commit 842ce99

Browse files
committed
Updated version number to 5.3.2
1 parent 1f5b790 commit 842ce99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pcse/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2004-2016 Alterra, Wageningen-UR
3-
# Allard de Wit (allard.dewit@wur.nl), December 2016
2+
# Copyright (c) 2004-2018 Alterra, Wageningen-UR
3+
# Allard de Wit (allard.dewit@wur.nl), April 2018
44
"""
55
The Python Crop Simulation Environment (PCSE) has been developed
66
to facilitate implementing crop simulation models that were
@@ -30,7 +30,7 @@
3030
__author__ = "Allard de Wit <allard.dewit@wur.nl>"
3131
__license__ = "European Union Public License"
3232
__stable__ = True
33-
__version__ = "5.3.1"
33+
__version__ = "5.3.2"
3434

3535
import sys, os
3636
from . import util

0 commit comments

Comments
 (0)