Skip to content

Commit

Permalink
Updated version number to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwdewit committed Apr 4, 2018
1 parent 1f5b790 commit 842ce99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2004-2016 Alterra, Wageningen-UR
# Allard de Wit ([email protected]), December 2016
# Copyright (c) 2004-2018 Alterra, Wageningen-UR
# Allard de Wit ([email protected]), April 2018
"""
The Python Crop Simulation Environment (PCSE) has been developed
to facilitate implementing crop simulation models that were
Expand Down Expand Up @@ -30,7 +30,7 @@
__author__ = "Allard de Wit <[email protected]>"
__license__ = "European Union Public License"
__stable__ = True
__version__ = "5.3.1"
__version__ = "5.3.2"

import sys, os
from . import util
Expand Down

0 comments on commit 842ce99

Please sign in to comment.