From 6edc928e8806ef07040b87a792ea2796048229a9 Mon Sep 17 00:00:00 2001 From: Geert Barentsen Date: Fri, 2 Nov 2018 15:59:28 -0700 Subject: [PATCH] Bump version to 3.0.0 --- k2mosaic/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k2mosaic/version.py b/k2mosaic/version.py index 52f70fb..4936356 100644 --- a/k2mosaic/version.py +++ b/k2mosaic/version.py @@ -1,3 +1,3 @@ # It is important to store the version number in a separate file # so that we can read it from setup.py without importing the package -__version__ = "2.1.dev" +__version__ = "3.0.0"