From 3d8e17d71259d28ac7d25a779f49ab219dc2ed6e Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Wed, 2 Nov 2022 15:50:14 -0700 Subject: [PATCH] REL: bump version to 0.2.0 --- strainflye/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strainflye/__init__.py b/strainflye/__init__.py index fc7b1b0..de70532 100644 --- a/strainflye/__init__.py +++ b/strainflye/__init__.py @@ -9,7 +9,7 @@ import os -__version__ = "0.1.0-dev" +__version__ = "0.2.0" # Kind of a hack -- make it so that all python files in this directory, except # those starting with _, can be imported when we say "from strainflye import *"