diff --git a/mesa_geo/__init__.py b/mesa_geo/__init__.py index 072c7181..bdcd8f23 100644 --- a/mesa_geo/__init__.py +++ b/mesa_geo/__init__.py @@ -12,6 +12,6 @@ __all__ = ["GeoSpace", "GeoAgent", "AgentCreator", "ImageLayer", "Cell", "RasterLayer"] __title__ = "Mesa-Geo" -__version__ = "0.2.0" +__version__ = "0.3.0" __license__ = "Apache 2.0" __copyright__ = "Copyright %s Project Mesa-Geo Team" % datetime.date.today().year