diff --git a/db/__init__.py b/db/__init__.py index 1a82653..8962e69 100644 --- a/db/__init__.py +++ b/db/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '0.1.1' +__version__ = '0.1.2' VERSION = tuple(map(int, __version__.split('.')))