File size: 231 Bytes
989c6ea | 1 2 3 4 5 6 7 8 9 10 11 12 | #
# Copyright (c) 2017-18 Jonathan Weyn <jweyn@uw.edu>
#
# See the file LICENSE for your rights.
#
"""
DLWP, or Deep Learning Weather Prediction, is a module for predicting weather using deep learning.
"""
__version__ = '0.11.0'
|