We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5b790 commit 842ce99Copy full SHA for 842ce99
pcse/__init__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
-# Copyright (c) 2004-2016 Alterra, Wageningen-UR
3
-# Allard de Wit (allard.dewit@wur.nl), December 2016
+# Copyright (c) 2004-2018 Alterra, Wageningen-UR
+# Allard de Wit (allard.dewit@wur.nl), April 2018
4
"""
5
The Python Crop Simulation Environment (PCSE) has been developed
6
to facilitate implementing crop simulation models that were
@@ -30,7 +30,7 @@
30
__author__ = "Allard de Wit <allard.dewit@wur.nl>"
31
__license__ = "European Union Public License"
32
__stable__ = True
33
-__version__ = "5.3.1"
+__version__ = "5.3.2"
34
35
import sys, os
36
from . import util
0 commit comments