From b654cb5100a201e1f655a6827140949933a2d440 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sun, 26 Jun 2016 16:10:24 -0700 Subject: [PATCH] Changed version string to 2.1.0 --- pybombs/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybombs/__init__.py b/pybombs/__init__.py index 108b77c..0b6a8f2 100644 --- a/pybombs/__init__.py +++ b/pybombs/__init__.py @@ -1,5 +1,5 @@ # -# Copyright 2015 Free Software Foundation, Inc. +# Copyright 2015-2016 Free Software Foundation, Inc. # # This file is part of PyBOMBS # @@ -22,4 +22,4 @@ This is PyBOMBS -- gnuradio.org/pybombs """ -__version__ = "2.1.0rc1" +__version__ = "2.1.0"