From 796a24e6b5bfa12ebe254ce9588d36fd2585f5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 15 Sep 2016 14:07:20 +0200 Subject: [PATCH] =?UTF-8?q?Bumped=20version=200.0.5.5=20=E2=86=92=201.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bam/__init__.py b/bam/__init__.py index e340dae..918510b 100644 --- a/bam/__init__.py +++ b/bam/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import sys -__version__ = "0.0.5.5" +__version__ = "1.0" def main(argv=sys.argv): from .cli import main